hii to all..
actually in a database system,i have table user that some attribute share with system A and system B.
in case,i want to update attribute in table user that use for system A.
so,what the sql syntax that i will use to update related attribute with only once update?
how about this syntax:-
UPDATE <table name>
SET <attribute>
WHERE<condition query>
this syntax use for update one attribute only right??
in my situation i want to update more than one attribute.
please help me.
actually in a database system,i have table user that some attribute share with system A and system B.
in case,i want to update attribute in table user that use for system A.
so,what the sql syntax that i will use to update related attribute with only once update?
how about this syntax:-
UPDATE <table name>
SET <attribute>
WHERE<condition query>
this syntax use for update one attribute only right??
in my situation i want to update more than one attribute.
please help me.
Comment