in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • 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 Tue, Feb 19 2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems