Re: [SQL] To query many tables.

2001-09-15 Thread Andre Schnabel
- Original Message - From: "trebischt" <[EMAIL PROTECTED]> Subject: [SQL] To query many tables. > Hi, > > The query looks like this: > > select * from table1 f, table2 s, table3 t, table4 fo, table5 fi, > table6 si, table 7 se, table8 e, table9 n, table

[SQL] To query many tables.

2001-09-14 Thread trebischt
Hi, I have to query many tables (about 18 tables) from a database to field a riport in HTML. I can make the query and it works (I think), but it's a bit strange to me. The query looks like this: select * from table1 f, table2 s, table3 t, table4 fo, table5 fi, table6 si, table 7 se, table8 e, t