redshift查询表结构:
SELECT * FROM information_schema.columns where table_name like ‘%xxxxx%’;
窗口行数:跟hive的窗口行数类似;
redshift常用命令
最新推荐文章于 2024-12-04 09:21:25 发布
redshift查询表结构:
SELECT * FROM information_schema.columns where table_name like ‘%xxxxx%’;
窗口行数:跟hive的窗口行数类似;