华为计算微信公众号
华为计算微博
华为计算今日头条
UNION ALL
SELECT name FROM users;
ERROR: UNION types integer and text cannot be matched
DETAIL: The columns of UNION must have compatible data types.
我要发帖子
UNION ALL
SELECT name FROM users;
ERROR: UNION types integer and text cannot be matched
DETAIL: The columns of UNION must have compatible data types.