ong-124 commented on issue #51630:
URL: https://github.com/apache/doris/issues/51630#issuecomment-2961317978

   查询的表结构如下:
   ```sql
   mysql> show create table employees;
   
+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | Table     | Create Table                                                   
                                                                                
                                                                                
                                      |
   
+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   | employees | CREATE TABLE `employees` (
     `rowKinds` text NOT NULL,
     `emp_no` int NOT NULL,
     `birth_date` datev2 NOT NULL,
     `first_name` text NOT NULL,
     `last_name` text NOT NULL,
     `gender` text NOT NULL,
     `hire_date` datev2 NOT NULL
   ) ENGINE=LAKESOUl_EXTERNAL_TABLE; |
   
+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
   1 row in set (0.14 sec)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to