RicardoPereira
Programmer
How do i select from my database a data with the ' character ?
I have a string (Ricardo's Pereira) in my database that has apostrophes. How should be my select statement to select strings with apostrophes in the middle?
Using "select * from teste where name='Ricardo's Pereira' " i got an error.
Any tip ?
Thanks
Ricardo
I have a string (Ricardo's Pereira) in my database that has apostrophes. How should be my select statement to select strings with apostrophes in the middle?
Using "select * from teste where name='Ricardo's Pereira' " i got an error.
Any tip ?
Thanks
Ricardo