Hi,
I had a table with some 25000 records and 75 fields. For easier analysis i broke them down into 10 tables with 2500 records each. now i want to put them back together to form a single table. how do i write a query. i tried a select query like select * from (table1, table2.....) but i get error as query is too complex.
tksy