J
J. Shrimps Jr.
If I have two tables with ten columns
(tbla and tbl2) each with an indexed
field (ID), and I run a query matching each
ID as below:
SQL= "SELECT tbl1.*, tbl2.*
FROM tbl1 INNER JOIN tbl2 ON tbl1.ID = tbl2.ID;"
How big is the temporary table created before the
query returns the results? Say for example,
tbl1 has 100 records and tbl2 has 10. Wondering
what the math is to determine how big the temp
table gets - in Access 2000.
(tbla and tbl2) each with an indexed
field (ID), and I run a query matching each
ID as below:
SQL= "SELECT tbl1.*, tbl2.*
FROM tbl1 INNER JOIN tbl2 ON tbl1.ID = tbl2.ID;"
How big is the temporary table created before the
query returns the results? Say for example,
tbl1 has 100 records and tbl2 has 10. Wondering
what the math is to determine how big the temp
table gets - in Access 2000.