caiconghui commented on issue #12874:
URL: https://github.com/apache/doris/issues/12874#issuecomment-1254836058

   mysql> show columns from baseall;
   +-------+----------------+------+-------+---------+---------+
   | Field | Type           | Null | Key   | Default | Extra   |
   +-------+----------------+------+-------+---------+---------+
   | k0    | BOOLEAN        | Yes  | true  | NULL    |         |
   | k1    | TINYINT        | Yes  | true  | NULL    |         |
   | k2    | SMALLINT       | Yes  | true  | NULL    |         |
   | k3    | INT            | Yes  | true  | NULL    |         |
   | k4    | BIGINT         | Yes  | true  | NULL    |         |
   | k5    | DECIMAL(9,3)   | Yes  | true  | NULL    |         |
   | k6    | CHAR(5)        | Yes  | true  | NULL    |         |
   | k10   | DATE           | Yes  | true  | NULL    |         |
   | k11   | DATETIME       | Yes  | true  | NULL    |         |
   | k7    | VARCHAR(20)    | Yes  | true  | NULL    |         |
   | k8    | DOUBLE         | Yes  | false | NULL    | MAX     |
   | k9    | FLOAT          | Yes  | false | NULL    | SUM     |
   | k12   | VARCHAR(65533) | Yes  | false | NULL    | REPLACE |
   | k13   | LARGEINT       | Yes  | false | NULL    | REPLACE |
   +-------+----------------+-----
   
   
   select count() from (select k0, k1 from baseall order by k1 limit 1) a
   


-- 
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