MySQL 合併查詢結果(Union 關鍵字)

利用 UNION關鍵字,能夠將多個select語句的結果組合成單個結果集。mysql mysql> select * from students; +----+--------+-------+------+------+ | id | number | name | sex | age | +----+--------+-------+------+------+ | 1 | 111
相關文章
相關標籤/搜索