Hi,
I have a table and i would like to check always 2 fields if they exist. If the 2 fields exist then i want to add a new field. How can i do this? here is the pseudocode:
check if field1 and field2 exist in MyTable
if field1 and field2 exist then
add new field
else
exit
I have a table and i would like to check always 2 fields if they exist. If the 2 fields exist then i want to add a new field. How can i do this? here is the pseudocode:
check if field1 and field2 exist in MyTable
if field1 and field2 exist then
add new field
else
exit