SQL union用法

来源:互联网 发布:新手如何快速入门seo 编辑:程序博客网 时间:2024/06/06 04:01

select name from students where id = 1

union

select name from students where id = 2;