update tablename set fieldname=value where condition
for example if i have a table h with field m to update the query will be
update h set m='newvalue'(if its integer no single quates doesn't needed)
for example if i have a table h with field m to update the query will be
update h set m='newvalue'(if its integer no single quates doesn't needed)
Comments
Post a Comment