Unable to select elements from a table

后端 未结 0 1349
慢半拍i
慢半拍i 2021-01-30 02:04

I stored columns from one table to another and i want to see what the second table contains.

for example:

select a.bc,
       a.cd,
       b.ef
into #table         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题