sql_language thread: REPLACE function
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
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
sql_language thread: REPLACE function
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
|