摘要: 2种方式均可 1. curl --location-trusted -u r:1 -H "Expect:100-continue" -H "column_separator:," -H "columns:user_id,name,age" -T streamload_example.csv -XPU 阅读全文
posted @ 2025-04-30 15:35 自在现实 阅读(95) 评论(0) 推荐(0)
摘要: CREATE GLOBAL ALIAS FUNCTION iif(INT, INT, INT) WITH PARAMETER (a, b, c) AS if(a, b, c); 该方法在doris创建if函数的别名 iif,兼容mssql的iif减少迁移改动 mssql的iif 在 doris中为 阅读全文
posted @ 2025-04-30 10:33 自在现实 阅读(42) 评论(0) 推荐(0)