yeyudefeng commented on issue #17981:
URL: https://github.com/apache/doris/issues/17981#issuecomment-1477208362

   example1 table info
   
   CREATE TABLE IF NOT EXISTS example1 
   (
       `k1` bigint COMMENT "k1"
   )
   DUPLICATE KEY(`k1`)
   DISTRIBUTED BY HASH(`k1`) BUCKETS 1
   ;
   
   insert into example1 values(1),(2),(3),(4),(5),(6)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to