Mega Code Archive

 
Categories / MSSQL Tutorial / System Settings
 

Parse exception

3> SELECTxzy  FROM SomeTable 4> PRINT 'This will NOT print!' 5> GO Msg 156, Level 15, State 1, Server J\SQLEXPRESS, Line 3 Incorrect syntax near the keyword 'FROM'. 1>