โ06-29-2022 10:33 AM
The Problem:
I've observed erratic behavior when I add a comment containing a trailing escape character (\) to a CREATE TABLE statement.
For example, this query returns data (though it shouldn't):
CREATE TABLE example_table
SELECT 1
-- This comment has an escape character: \
WHERE 1 = 0;
SELECT * FROM example_table;
Has anyone seen this?
โ07-08-2022 06:32 AM
@Graham Carmanโ we're tracking this as a defect / issue on our side. For now, please don't include the escape character in comments.
โ06-29-2022 12:02 PM
I recommend you to go to your query plan in order to understand what is happening on the background.
Regards
โ07-01-2022 02:59 AM
@Graham Carmanโ that's definitely odd, I can reproduce it. I'll follow up on this.
โ07-08-2022 06:32 AM
@Graham Carmanโ we're tracking this as a defect / issue on our side. For now, please don't include the escape character in comments.
โ07-20-2022 04:05 PM
Hi @Graham Carmanโ,
Just a friendly follow-up. Did any of the responses help you to resolve your question? if it did, please mark it as best. Otherwise, please let us know if you still need help.
Passionate about hosting events and connecting people? Help us grow a vibrant local communityโsign up today to get started!
Sign Up Now