You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This only occurs when there are multiple tabs. E.G. SET @s=1 and SELECT @s but if you go to the select and rerun, causing it to open by itself, it works.
Same here (on mariadb with same tool version), need to run block by block to get the select output
-- @blockSET @lolz =1;
-- @blockSELECT @lolz;
or where I hit it with missing select table output:
-- @blockset @periodstart = unix_timestamp('2023-02-18 16:00');
select
from_unixtime(start_ts)
from
statistics
where
metadata_id in (58)
and start_ts < @periodstart
order by
metadata_id
,start_ts DESC
;
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Make a .sql file and run this code:
Expected behavior
vscode should output a table with the value 1 for s.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: