sql 两个表两个字段怎么查询同一个字段显示

如题所述

如:select
deptno,deptname
from
t_dept
查询为两个字段分两列展示
------
deptno
deptname
0001
质检
------
现在我要将两个字段当做一个字段查询出来
select
deptno||deptname
dept
from
t_dept
-------
dept
0001质检
-----
不知有没有误解楼主意思,||为oracle连接两个字符串用的符号
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜