oracle update 多个字段

多个字段用逗号分隔即可,如sql:

update t_goods set
inv_kind ='3100191130', inv_num ='30656462' 
where 
inv_kind='1111122222' and inv_num ='22222222';
发布了422 篇原创文章 · 获赞 7 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/enthan809882/article/details/104184011