I having trouble in formatting a query having “?” in right hand side of where condition.
Example
Select *
From mytable
Where column_name = ?
I know question mark “?” is not valid in query. It gives ORA-00911: invalid character
But Is there any way to bypass this check for question mark in toad and query get formatted?
Note: I am using toad 10.6
It is working fine in toad 9.5
Is there any way to bypass syntax check while formatting??
Message was edited by: Jay911