We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input data
Which SQL and options did you provide as input?
select con#,obj#,rcon#,enabled,nvl(defer,0),spare2,spare3,refact from cdef$ where robj#=:1 for update
Expected Output
Actual Output
select con #,obj#,rcon#,enabled,nvl(defer,0),spare2,spare3,refact from cdef$ where robj#=:1 for update
Usage
The text was updated successfully, but these errors were encountered:
This is as expected because # character starts a comment in MySQL.
#
MySQL documentation for identifiers also doesn't include # character as being allowed in unquoted identifiers.
Are you actually using MySQL? Or are you attempting to format some other SQL dialect as MySQL?
Sorry, something went wrong.
No branches or pull requests
Input data
Which SQL and options did you provide as input?
Expected Output
Actual Output
Usage
The text was updated successfully, but these errors were encountered: