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

  1. delete from spj where 'Rome' =
  2.   (select city from j where j.jno = spj.jno);
  3.  
  4. select * from spj;
  5.