You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQl Statement including an input parameter (that is being defined via user prompt during execution) cannot be parsed and throws ParseException: Encountered unexpected token "=" "="
SQL Example:
select * from all_tables
where owner = &myowner
Note: AFAIK such input parameter might also contain a dot at the end (e.g. &myowner.).