1.2.2.11.Updating or Modifying Data in a Table Using UPDATE
修改資料
update StudentsDetails set email='student6@gmail.com' where firstname = 'student6'

Previous1.2.2.10.Limiting the Data Retrieved Using LIMITNext1.2.2.12.Deleting a Data from a Table Using DELETE
Last updated
Was this helpful?