#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
-
UNION ALL
列出两张表中所有雇员的姓名,包括重复值。
openGauss=# SELECT name FROM table1 UNION ALL SELECT name FROM table2; name ------- Joes Lily James Grace Tommy Lily Li Grace (8 rows)
#openGauss #入门 #安装 #数据库 #开源