for a specific table with 5 attributes including the rowID,
1- for inserting: a new row I add a value to attribute 1 and 3 and 5.
2- for updating: I update attribute 2 and 4.

Is there a way to know from the upsert statement directly what type I'm using (insert-update)?
Or I should use select to find if the record exits for updating?
Ahmed

Reply via email to