I want to check a field and if this field contains value then move this value to s field in the table and update.
I would like to build this in BEGIN .... END And incorprate an IF .. How do I do it ?????/
e.g name1 in table called NAMES
newname - a variable in the script
If newname=blanks
move newname to name1 .
UPDATE NAMES
THankyou