Without running this query, can you guess the output?
Query :
select 999'''45'
Output :
Result 1 : Incorrect syntax near ' Result 2 : 999 Result 3 : 999'45 Result 4 : invalid column name 45
Tags: t-sql, sql_server, sqlserver, tsql, question,
Result 3 : 999'45
Very interesting. Of course, I do not guessed.