I’m trying to import two large (3.6M rows) CSV files into Base with the intent of querying them via a simple inner join. I opened them as an “Existing Database” using the the Text type. I can query them, but only one at a time. Using the query wizard, it won’t let me add a second table. Using SQL it outright tells me that the query failed because there was more than one table.
Assuming this is a limitation with the Text database type, I created a new database and tried the following suggestions that I found on this site:
-
Import the tables by dragging them from my text database to the new database. This gives the error “Invalid Descriptor Index”.
-
Import via cut and paste from Calc. This won’t work because there are too many rows in my CSV files.
Suggestions?