General SQL error. Query is not Working
I am using MySQL.
Today I wrote one SQL query and tried to execute it. But it generates the below error for me.
In this query I am using an outer join operator.
I created one table now and I want to get some useful information by applying this query.
Can anyone tell me more details about this error?
General SQL error.
The query uses non-ANSI outer joint operators (“*=” or “=*”). To run this query without modification, please set the compatible.
OK








