1.2.2.11.Updating or Modifying Data in a Table Using UPDATE

  • 修改資料

update StudentsDetails set email='student6@gmail.com' where firstname = 'student6'

Last updated

Was this helpful?