in

SQL Server Community Blogs

Voices of the SQL Server Community

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Understanding Single quotes

    This is for newbies who struggle to understand how single quotes work in SQL Server I have seen newbies worrying why the following doesnt work SELECT columns from mytable where col = 'Lifco' s ' When you specify a value which has single quote , you need to double it SELECT columns from mytable where...
    Posted to Madhivanan (Weblog) by Madhivanan on 02-19-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems