The SQL: select * from <TABLE> where ''=''
In oracle database this sql unable to query any data, but in mysql can query all the data.
The SQL: select * from <TABLE> where '' is null
In mysql this sql unable to query any data, but in oracle database can query all the data.
What did I do wrong?