[eluser]Unknown[/eluser]
Hey guys, I'm trying to make queries with single quotes since two weeks but experiencing issues. Maybe one of you will get an idea... I've browsed forums hours...
I'm requesting an oracle DB and try to pass this query:
$this -> db -> select("to_char(RV_ETU.HEURE, 'HH24:MI' )");
And whatever I try (tried escaping etc) it gets converted to:
SELECT to_char(RV_ETU.HEURE, "'HH24:MI'" )
Which doesn't work.
Do you have an idea how to do it ?
Many thanks