home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / q / quasrsql.zip / QUERY15.SQL < prev    next >
Text File  |  1991-10-26  |  101b  |  5 lines

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