您的位置:首页 > 数据库

sql语句自动填充为空的id

2007-08-30 17:38 239 查看
update userbase t set t.id = seq_userid.nextval where t.id is null;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: