Results/Output window

rziskind's profile image rziskind posted 1 year ago in HeidiSQL portable Permalink

In HeidiSQL Portable 12.3.0.6589 - is there an "Output" or "Results" Window? For example, if ran this query, would I be able to see output/results?

PRINT 'Test Output' DECLARE @TestVar INT = 1 PRINT @TestVar

ansgar's profile image ansgar posted 1 year ago Permalink

Of course there is still a result grid, when the query returned a result. I'm not sure if that's the case for your PRINT command. Queries without a result does not show a grid in HeidiSQL.

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