![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
what syntax do I need to include to get the tablename? |
#3
| |||
| |||
|
|
Titian wrote: what syntax do I need to include to get the tablename? SELECT "table1" tablename, COUNT(*) FROM "table1.db" UNION ALL SELECT "table2" tablename, COUNT (*) FROM "Table2.DB" etc. Obviously, if there are many tables, there are enumeration methods that can be used to automate the generation of the string that will be the SQL statement. -- Larry DiGiovanni Digico, Inc. IT Consulting and Staffing Solutions www.digicoinc.com Check out www.thedbcommunity.com for Paradox resources. |
![]() |
| Thread Tools | |
| Display Modes | |
| |