mysql> alter table -> change varchar(100); <-- new data type to be changed toUpdate TableChange value of a Column based on a conditionUPDATE table_name SET field1=new-value1, field2=new-value2 [WHERE Clause]
Post a Comment
No comments:
Post a Comment