home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bde / sdkqry.pak / IBPX.SQL < prev    next >
Encoding:
Text File  |  1997-07-24  |  89 b   |  4 lines

  1. select c.name, i.city
  2. from customer c, :InterBaseAlias:cities i
  3. where c.city = i.city
  4.