How to escape an sql query in Oracle

Just add an extra single quote next to any single quote.

For example,

sqlplus> select * from table where column='What''s on the floor?';

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.