Dawid
- 活动总数 181
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 54
-
Dawid 创建了一个帖子, Support for syntax highlighting - Snowflake - "AS" in PIVOT column rename
Snowflake allows us to change the column name inside the PIVOT -
Dawid 创建了一个帖子, Support for syntax highlighting of TRANSFORM in Snowflake
This is a function that allows to modify arrays with lambda expression: https://docs.snowflake.com/en/sql-reference/functions/transform -
Dawid 创建了一个帖子, 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 创建了一个帖子, -
Dawid 创建了一个帖子, 已回答Allow 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 创建了一个帖子, 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 进行了评论,