Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 column value with quote

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-31 : 22:40:01
ay writes "how can retirve the columnvalues that contain '
example: i want to retrive #el'paco"# from a table"

nr
SQLTeam MVY

12543 Posts

Posted - 2002-03-31 : 23:16:07
where fld like '%#el''paco"#%'

==========================================
Cursors are useful if you don't know sql.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -