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
mlinsjr
changed the title
Help to get multiple query results using Linux, vscode, SQLToos and Mysql driver (v 0.6.3) acessing a database.
Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver (v 0.6.3) acessing a database.
Dec 13, 2024
mlinsjr
changed the title
Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver (v 0.6.3) acessing a database.
Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver acessing a database.
Dec 13, 2024
mlinsjr
changed the title
Help to get multiple query results using Linux, vscode, SQLTools and Mysql driver acessing a database.
Ajuda para configurar SQLtools
Dec 18, 2024
mlinsjr
changed the title
Ajuda para configurar SQLtools
Help to connfigure SQLtools
Dec 18, 2024
mlinsjr
changed the title
Help to connfigure SQLtools
Help to configure SQLtools
Dec 18, 2024
mlinsjr
changed the title
Help to configure SQLtools
Help to configure SQLtools multiple queries
Dec 18, 2024
Help to configure SQLtools
I need help to run blocks of queries using Linux ubuntu / Mysql-MariaDB driver acessing a database.
When i run each part separated or acessing any table it works.
if i run all the block in the result of the select appears "no data"
To Reproduce
SET @var = '%maria%';
SELECT @var;
SELECT * FROM person WHERE name LIKE @var;
Desktop (please complete the following information):
Additional context
I thought it could be some configuration to delimiter but i don't know how to do it
The text was updated successfully, but these errors were encountered: