insert into X (key_attr, other_attr, other_attr2) values (123, 'TEST', 'mine') where not exists (select null from X where key_attr = 123);. You can expand the “ ...
確定! 回上一頁