lundi 2 janvier 2017

How can I use Insert in tearadata with if and else condition?

I want to insert data in a table like

if(a<> b and a<>c)
insert into table (a)
(b)
(c)
else if (a<>b and a=c)
insert into table (a) 
(b)
else insert (a)
end if

Aucun commentaire:

Enregistrer un commentaire