Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Tom Schaefer | > | SQL Parse and Compile | > | samples/update.sql | > | Download | ||
|
Download |
update northwind.employees set LastName = 'Davolio', FirstName = 'Nancy', BirthDate = '1992-05-01', HireDate = 'Seattle', Address = 'WA', City = '98122', Region = 'United States', PostalCode = '(206) 555-9857', Country = '5467', HomePhone = '' WHERE id=1; |