Click here to Skip to main content
15,897,291 members

Comments by mondo3 (Top 2 by date)

mondo3 23-Sep-11 18:09pm View    
so it should be:
insert into tablename (code)
Select '1448523' From tablename Where not exists(select * from tablename where code='1448523')
mondo3 23-Sep-11 18:08pm View    
for number 2., I think you need to add "From tablename" right before the "Where"