英文: SQL-Could you help me writing a SQL query which remakes new table from existing table without du...
Redshift VACUUM对并发查询的影响
英文: Redshift VACUUM effect on concurrent queries 问题 我有一个进程,每天手动在一组Redshift表上运行“VACUUM”以保持查询性能一致。但有时,...
在AWS Redshift中,json_extract_path_text函数返回空字符串而不是NULL。
英文: In AWS redshift, the json_extract_path_text function return empty string instead NU 问题 In AWS Re...
Amazon Redshift数据库中的“Not exists”不按预期工作。
英文: Not exists not working as per expectation in Amazon Redshift database 问题 我试图执行以下情景的“not exists”操...
将字母数字字符串转换为Redshift中的整数
英文: Convert alphanumeric string to integer in Redshift 问题 我有一个包含多列主键的表。出于ETL作业的目的,我需要将所有主键列连接到一个单独的列...
为行基于条件赋予编号。
英文: Give number to rows based on condition 问题 你想要为给定的数据创建一个名为 'sessionid' 的新列,当出现新会话行('YES')时,希望 'se...
复制行N次,同时递增整数字段。
英文: Duplicate row N times while incrementing integer field 问题 ### 目的 我有一个数据集,其中包含物体被获取的年份以及物体的寿命。我想为...
Convert UTC bigint to timestamp.
英文: Convert UTC bigint to timestamp 问题 我有一个名为'event_timestamp'的字段,据说是以UTC时间表示的,但目前它是一个bigint字段而不是时间戳...
ILIKE比较字符串
英文: ILIKE Compare Strings 问题 我想要匹配一个干净的列表和用户输入的混乱数据。我想要能够对以下查询返回1: SELECT CASE WHEN REGEXP_REPLACE('...
正则表达式在Redshift中返回字符串中所有位于” at”之前的单词。
英文: Regular expression in Redshift that returns all words prior to " at" in a string 问题 使用...
5