Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Can I change how TSQL evaluates values in SELECT statement?

$
0
0
Hello,I have older applicatio which has statement like this SELECT * FROM vare WHERE showOnWeb = TRUEPlease note that TRUE value does not have quotes around it. Is there a swich I can change in SQL which will force it recognize those values as bool value of 1?

Viewing all articles
Browse latest Browse all 3145

Trending Articles