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
From Slack:
user=> (-> {:create-table-as [(keyword "'`a-b.b-c.c-d`")] :select [:*] :from [(keyword "'`a-b.b-c.c-d`")]} (sql/format)) ["CREATE TABLE \"'`a_b\".b_c.\"c_d`\" AS SELECT * FROM `a-b.b-c.c-d`"]
The text was updated successfully, but these errors were encountered:
a3ef215
add rcf for #526
9dba386
Signed-off-by: Sean Corfield <sean@corfield.org>
seancorfield
No branches or pull requests
From Slack:
The text was updated successfully, but these errors were encountered: