Search found 4 matches
- 19.12.2011, 19:20
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1080
- 19.12.2011, 15:35
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1080
- 19.12.2011, 14:59
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1080
- 19.12.2011, 14:32
- Forum: 6.6 - stable
- Topic: How can I filter ZQuery by multiple fields?
- Replies: 6
- Views: 1080
How can I filter ZQuery by multiple fields?
Hi ALL :) I'm trying to merge old Delphi app from BDE+MySQLODBC to Zeos. I have a complicated query which joins few tables: SELECT *, bodyType(cars.id) as `class` from cars LEFT JOIN clients ON cars.client_id = clients.id LEFT JOIN models ON cars.model_id=models.id LEFT JOIN engine_types ON cars.eng...