how to get value of next column below previous column in DB2 Sql

后端 未结 0 1450
半阙折子戏
半阙折子戏 2020-12-08 13:02

I have a table as below, i want to get the OUT column value below the IN column and adding a new record.

create table Temp (
[name] varchar(10),
[In] varchar(         


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