Activity overview
Latest activity by pmagid
SQL Prompt 7.5.0.912 - IF ELSE formatting not working as advertised
After upgrading to version 7.5.0.912, and typing the following into a query window:
IF 1 =1 PRINT 'HELLO' ELSE IF 2=1 PRINT 'Good Bye'
This is what I got after doing the Format:
IF 1 = 1
PRINT 'HEL...