Link to home
Start Free TrialLog in
Avatar of al4629740
al4629740Flag for United States of America

asked on

copying one row to another

I have a table named tblOrgRegistrations

I have a column named CDTESType and I want to transfer the data in this column to a column named SubGroup in the same table where the Agency column = CDTES

Is this correct below

UPDATE tblOrgRegistrations
SET SubGroup = CDTESType where Agency = 'CDTES'
SOLUTION
Avatar of Nem Schlecht
Nem Schlecht
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial