home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a061 / 1.img / CLIENT1 / ACT06A.QRY < prev    next >
Encoding:
Text File  |  1992-02-21  |  183 b   |  7 lines

  1. begin transaction
  2.     update stores
  3.     set stor_address = '221 Chapman Blvd', city = 'Orange'
  4.     where stor_name = 'Barnum''s'
  5.     waitfor delay '00:00:20'
  6. commit transaction
  7.