As I wrote in the header, I have an SQL query running on Oracle DB, let's say:
SELECT * FROM TABLE WHERE TABLE.NAME Like 'IgNoReCaSe'
If I wanted the query to return either "IGNORECASE", "ignorecase", or a combination of them, how can this be done?
Is it possible?
sql database oracle
zeroDivisible Jun 23 '09 at 10:51 2009-06-23 10:51
source share