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?
↧