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
The following SQL:
SELECT replace('hello-world', '-', ' ');
Fails to parse with an error:
Syntax Error: Unexpected "replace" Was expecting to see: "!", "$", "(", "*", "+", "-", ":", "?", "@", "ALL", "CASE", "CAST", "CURRENT_CATALOG", "CURRENT_DATE", "CURRENT_DATETIME", "CURRENT_ROLE", "CURRENT_SCHEMA", "CURRENT_TIME", "CURRENT_TIMESTAMP", "CURRENT_USER", "DATE", "DATETIME", "DISTINCT", "DISTINCTROW", "EXISTS", "FALSE", "LOCALTIME", "LOCALTIMESTAMP", "NOT", "NULL", "RAISE", "SAFE_CAST", "SESSION_USER", "SYSTEM_USER", "TIME", "TIMESTAMP", "TRUE", "USER", "X", "~", identifier, number, string, or whitespace --> undefined:1:8 | 1 | SELECT replace('hello-world', '-', ' '); | ^
The text was updated successfully, but these errors were encountered:
27e3650
No branches or pull requests
The following SQL:
Fails to parse with an error:
The text was updated successfully, but these errors were encountered: