home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_apps / winsql.arj / EXAMPLE.ZIP / QUERY14.SQL < prev    next >
Encoding:
Text File  |  1991-12-06  |  83 b   |  6 lines

  1. update s
  2.   set status = 2 * status
  3.   where city = 'London';
  4.  
  5. select * from s;
  6.