SQL: update statement

update table_namer set column_id = 5 where column_id = 3;

No comments:

Post a Comment