Hi there, I´m trying to migrate my DB from Sybase to MySQL. So far it´s going quite well, but I found a problem. Using Sybase I can store the result of a query in a variable on my client application (PowerBuilder) using the syntax:
SELECT xxxx COUNT
INTO :VARIABLE <---
FROM xxx
Where VARIABLE is a global variable on my client application.
I already read the MySQL manual and didn´t find anything. I really don´t want to store the results on another table, so if you guys can help me ...
SELECT xxxx COUNT
INTO :VARIABLE <---
FROM xxx
Where VARIABLE is a global variable on my client application.
I already read the MySQL manual and didn´t find anything. I really don´t want to store the results on another table, so if you guys can help me ...