Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
Veena |
| Subject: |
Data containing quotes |
| Date: |
07-12-1999 11:54AM |
I have a table in Oracle containing data having quotes e.g Does't
How do I write the sql where clause ??
e.g select *
from tabl1
where fl1 = 'Don't'
gives me an error. I tried using [Don't] and double quotes "Don't" but it doesn't work.
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|