morfeus
01-18-2002, 03:47 AM
Is it possible to implement a conditional insert statement?
I have the table
LEXICON (ID , DE_TEXT , EN_TEXT)
I would like to insert a (x, y, z) into this table
x= ID
y = DE_TEXT
z = EN_TEXT
with the condition that if x is Null then x = y (x takes the value of y)
PS: x is a NOT NULL Feld.
Thanxx for any contrib.
Eric
I have the table
LEXICON (ID , DE_TEXT , EN_TEXT)
I would like to insert a (x, y, z) into this table
x= ID
y = DE_TEXT
z = EN_TEXT
with the condition that if x is Null then x = y (x takes the value of y)
PS: x is a NOT NULL Feld.
Thanxx for any contrib.
Eric