怎样用SQL语句修改表名与表中的列名?

如题所述

第1个回答  2019-01-09
不知道你具体什么数据库,且表述不清楚,大概写下,,,
sqlserver可以
select
(a.names+
b.names)
as
typ
from
table1
as
a
,table2
as
b
where
a.关联字段=b.关联字段