cambyzju commented on issue #31892: URL: https://github.com/apache/doris/issues/31892#issuecomment-1982863113
> > please give some example for table tbl_scalar_types_dup > > I give some sql statements in the area of how to reproduce errors Use your reproduce steps, got following error: ``` l> INSERT INTO tbl_scalar_types_dup_3keys SELECT `c_datetimev2`, `c_bigint`, `c_decimalv3`, -> `c_bool`, `c_tinyint`, `c_smallint`, `c_int`, `c_largeint`, -> `c_float`, `c_double`, `c_decimal`, `c_date`, `c_datetime`, `c_datev2`, -> `c_char`, `c_varchar`, `c_string` FROM tbl_scalar_types_dup; ERROR 1105 (HY000): errCode = 2, detailMessage = Unknown table 'tbl_scalar_types_dup' ``` -- 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