如何获得一个表中的奇数行的数据和偶数行的数据
答案:2 悬赏:60 手机版
解决时间 2021-03-08 08:05
- 提问者网友:两耳就是菩提
- 2021-03-07 09:18
如何获得一个表中的奇数行的数据和偶数行的数据
最佳答案
- 五星知识达人网友:玩世
- 2021-03-07 10:07
alter tb add id int identity(1,1)
go
select col into tb1 from tb where id%2=1
select col into tb2 from tb where id%2=0
go
select col into tb1 from tb where id%2=1
select col into tb2 from tb where id%2=0
全部回答
- 1楼网友:酒者煙囻
- 2021-03-07 10:55
比如数据在a列,需要奇数的就:
=offset($a$1,row()*2-2,0)
偶数的自己微调 -2即可。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯