PaidtheUmpire
Programmer
How do you do it?
I want to update a varaible in my table from the value in the system to value B.
is it something like this?
UPDATE Field_Name TO Variable
FROM Table_Name
WHERE Name = 'Bill';
I want to update a varaible in my table from the value in the system to value B.
is it something like this?
UPDATE Field_Name TO Variable
FROM Table_Name
WHERE Name = 'Bill';