07 2023 档案
摘要:```SQL select count(1) from table_a where my_date between '20230715' and '20230717'; ``` 上面的SQL我们发现只统计了20230715、20230716的数据,没有17日的数据。难道BETWEEN AND不包含边
阅读全文
摘要:## 版本信息: - Flink 1.17.1 - Doris 1.2.3 - Flink Doris Connector 1.4.0 ## 写入方式 采用 String 数据流,依照社区网站的[样例代码](https://doris.apache.org/zh-CN/docs/1.2/ecosys
阅读全文