Dawid
- Total activity 176
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 52
-
Dawid created a post, Snowflake - Syntax error for a correct query
This code actually errors out in DataGrip but it's syntactically correctWITH test_cte AS ( SELECT 1 AS test UNION DISTINCT SELECT 2 ) SELECT * FROM test_cte ; -
-
Dawid created a post, -
Dawid created a post, AnsweredAllow to delete a console while it's opened
Keeping the consoles/files tidy is quite a maintenance task on its own. I would like to be able to permanently delete the console I've just used but I can't find this option when I right click on t... -
-
-
Dawid created a post, Redshift Serverless - Creating masking policies
I am trying to execute this code:CREATE MASKING POLICY mask_ssnWITH (ssn VARCHAR(11))USING (LEFT(ssn, 7) || '00'); And I'm not sure if Datagrip does something to it but it's rejected every time and... -
Dawid commented, -
Dawid created a post, Snowflake - Key-Pair Authentication - Missing password
I can successfully connect to Snowflake using the key-pair authentication:But almost every time when I use “Set Empty” for Password field and click apply, then I still get:If I “set empty” in that ... -