home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
DBMS9104.ZIP
/
SQL1.APR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-03-01
|
210 b
|
7 lines
CREATE VIEW customer (c#, name, city) AS
SELECT customer_name.c#, name, customer_site.city
FROM customer_name, customer_site
WHERE customer_name.c# = customer_site.c#
AND customer_site.type = `HQ';