union

select username,password from user union select 1,2

 

 

 

 

ERROR 1222 (21000): The used SELECT statements have a different number of columns :

这是因为使用union的两个SQL语句产生的记录的表结构不一致. 必须是结构完全一致的记录集合才可以使用UNION.

posted @ 2020-04-02 16:11  学习之旅之20171013  阅读(117)  评论(0编辑  收藏  举报