S
Sergey Bogdanov
Hello,
Suppose that I'd like to make any calculations which are based on Table1 and
put result for it to Table2, but before put I'd like to ensure that this
table is needed for append (the record which I'm going to put into this
table is not exist), otherwise I'd like just to Update this record.
Are there any easy methods for that? How can I easy detect that the record
with the following data is there?
--Sergey
Suppose that I'd like to make any calculations which are based on Table1 and
put result for it to Table2, but before put I'd like to ensure that this
table is needed for append (the record which I'm going to put into this
table is not exist), otherwise I'd like just to Update this record.
Are there any easy methods for that? How can I easy detect that the record
with the following data is there?
--Sergey