注册 登录
编程论坛 SQL Server论坛

有人用过mysql么,问个问题

mohao163 发布于 2009-10-15 11:41, 651 次点击
在mysql中支持if exists么?
例如
if not exists (select * from test where id = 'n30601035' and name = 'gaofei')
begin
  insert into test values('n30601035', 'gaofei')
end
1 回复
#2
笨鸟2009-10-15 13:48
1