L
lionel
Hi,
How to put replace function in a query?
SELECT DISTINCT
ID, Price ,Street FROM MyPrice
WHERE City = Replace(myCity, "'", "''")
myCity is a variable name.
Thanks...
How to put replace function in a query?
SELECT DISTINCT
ID, Price ,Street FROM MyPrice
WHERE City = Replace(myCity, "'", "''")
myCity is a variable name.
Thanks...