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

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