My sql is:
SELECT DISTINCT fs_region FROM ats_sample WHERE company_id >= 1 AND
country='COTE D'IVOIRE' ORDER BY fs_region
because of (') in between the character COTE D'IVOIRE query is getting closed there itself and oracle throws an error like
ORA-00933: SQL command not properly ended
how to parse data in sql/oracle query in PHP?? Need Help Thank you..