Query from 2 or more databases

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Sapiem
Fresh Boarder
Fresh Boarder
Posts: 13
Joined: 14.11.2011, 20:21

Query from 2 or more databases

Post by Sapiem »

Hello:

We have diferents databases, one per month, and we need query from all of them at the same time, for example, how many records are females.

Zeos doesn't work like this:

SELECT * FROM "path\january.db3".Clients, "path\february.db3".Clients WHERE Sex='Male';

Please we need solve this trouble (almost for us)

Thanks
Post Reply