摘要: create table tb_orders ( order_time TIMESTAMP(3),product_id STRING,price FLOAT, WATERMARK FOR order_time AS order_time - INTERVAL '0' MINUTE ) with ( 阅读全文
posted @ 2021-12-13 18:29 tonggc1668 阅读(136) 评论(0) 推荐(0) 编辑