Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: REPLACE function


Message #1 by "Mike" <mikeos1000@h...> on Thu, 3 Oct 2002 17:41:38
This will probably work -->

Select (REPLACE('Hot "n" Wild', '"', Char(39)))

In other words, Char(39) should be used when you actually have to have an 
apostrophe.

Carolyn

  Return to Index