码迷,mamicode.com
首页 > 其他好文 > 详细

问题整理

时间:2020-09-18 01:56:17      阅读:43      评论:0      收藏:0      [点我收藏+]

标签:mysql创建表   get   merge   col   必须   localhost   div   sql   tran   

20200915:利用远程mysql创建表时出现报错。

CREATE TABLE test.test_perm
ENGINE = MergeTree()
ORDER BY app_id AS
SELECT *
FROM mysql(10.32.0.103:3306, test, test_perm, trancare, trancare)

Received exception from server (version 20.5.2):
Code: 44. DB::Exception: Received from localhost:9000. DB::Exception: Sorting key cannot contain nullable

0 rows in set. Elapsed: 2.246 sec.

排序字段app_id必须在mysql端定义为not null。

问题整理

标签:mysql创建表   get   merge   col   必须   localhost   div   sql   tran   

原文地址:https://www.cnblogs.com/muyue123/p/13672114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!