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

  1. begin transaction
  2.     update stores
  3.     set stor_address = '221 Chapman Blvd, Suite A'
  4.     where stor_address = '221 Chapman Blvd'
  5.     waitfor delay '00:00:05'
  6.     update titles
  7.     set advance = $5000
  8.     where title = 'Secrets of Silicon Valley'
  9. commit transaction
  10.