Possible a small bug on Tab title display

MarsHK's profile image MarsHK posted 4 years ago in General Permalink

Hi.

I am using the latest version. When there are multiple SELECT statements, the results are displayed on a Tab for each statement and this is fine.

e.g.

SELECT * FROM TableA

SELECT * FROM TableB

SELECT * FROM TableC

The titles for all tabs show the same table name "TableA".

I love HeidiSQL, hope this can be fixed. Thank you!

glanglois's profile image glanglois posted 4 years ago Permalink

Have you tried putting a semicolon after each separate querry?

e.g.

SELECT * FROM TableA;

SELECT * FROM TableB;

SELECT * FROM TableC;

Because I've tried it in my own database and it worked fine. Also, I have HeidiSQL 10.3.0.5771, which is the latest version.

MarsHK's profile image MarsHK posted 4 years ago Permalink

Hi Glanlois,

By adding semicolons, the queries work as expected. Thank you.

Best regards, Mars

Have you tried putting a semicolon after each separate querry?

e.g.

SELECT * FROM TableA;

SELECT * FROM TableB;

SELECT * FROM TableC;

Because I've tried it in my own database and it worked fine. Also, I have HeidiSQL 10.3.0.5771, which is the latest version.

Please login to leave a reply, or register at first.