批量更新SQL语句,SQL语句 表中自动批量update

2021-02-28 20:07:30 字数 1263 阅读 4318

1楼:匿名用户

update qc_top set top_id='1' where id=1

update qc_top set top_id='1' where id=2

2楼:匿名用户

假如你的表为:t

update t

set name=

case when id>1 and id<10then ‘a'

else ‘b’

3楼:

update 表 set name=case when id>1 and id<10 then 'a' else 'b' end

sql语句 表中自动批量update

4楼:匿名用户

update 表

bai1 set 字段

du1=(select 表2.字段1 from 表2 where 表2.航班

zhi号dao=表1.航班号 and 表2.日期=表1.

日期) where exists (专select 1 from 表2 where 表2.航班号=表1.航班号 and 表2.

日期=表1.日期 )

试一下属,不知道行不行,没有测试

5楼:

if exists (select 1 from 表一bai left join 表二

duzhi on 表一

dao.日期

回=表二.日期 and 表一.航班号=表二.航班号and 表一.飞机号答

<>isnull(表二.飞机号,''))

begin

update b set b.飞机号=a.飞机号from 表一 b,表二 a

where 表一.日期=表二.日期

and 表一.航班号=表二.航班号

and 表一.飞机号<>isnull(表二.飞机号,'')end

6楼:射手小小王

update table1 a

set a.飞机

号 =(select b.飞机号

from table2 b

where b.航班

号 = a.航班号

and b.日期

回答 = a.日期)

where exists(select 1from table2 b

where b.航班号 = a.航班号

and b.日期 = a.日期)

急急急怎么用sql语句查询student表中年龄最

1楼 匿名用户 select top 3 from student order by age asc top 3 是前3个学生的意思, order by age asc 的意思是根据年龄升序排列, 也就是说最前面的就是年龄最小的。 当然你没有考虑到的是3个最小的年龄一样的话, 是不是还要加个条件, ...

oracle的sql语句中列级约束和表级约束的区别

1楼 匿名用户 列级约束是你通过 主键 或者 其他的约束 针对一列的条件进行约束 是否插入数据 行级约束 类似你用触发器 对一个表 的数据是否更新 做出的约束 oracle的表级约束和列级约束的区别是什么 2楼 滴哒 列级约束 从形式上看,在每列定义完后马上定义的约束,在逗号之前就定义好了。 car...

易语言正则表达式问题或者用文本批量取中间也行

1楼 全是浮云淡定 正则 创建 1814 0 0 1814 mvbfkjzwg 163 宀稿 阍五緳 e640c025768482af4c33e231fec010f6 0 0 0 0 0 10 0 1364831627 2 0 9999 2 1 0 0 0 0 这样看不清 复制到易去看 2楼 匿名用...