Possible to View Value of Script Variable in MySQL Query Browser's Script Window?
Posted
by Eric J.
on Stack Overflow
See other posts from Stack Overflow
or by Eric J.
Published on 2010-06-12T17:10:27Z
Indexed on
2010/06/12
17:12 UTC
Read the original article
Hit count: 137
mysql-query-browser
When stepping through a script in MySQL Query Browser's script window, is there any way to view the value of a variable I have just assigned?
Specifically I do an update on one line, and then:
SET @Num=row_count();
While debugging the script, I would like to be able to know the value of @Num
© Stack Overflow or respective owner