Search found 2 matches
- Tue Jul 06, 2004 3:49 pm
- Forum: Databases
- Topic: MySql 'intersect' query?
- Replies: 7
- Views: 730
- Tue Jul 06, 2004 12:06 pm
- Forum: Databases
- Topic: MySql 'intersect' query?
- Replies: 7
- Views: 730
MySql 'intersect' query?
I'm having a small problem with a MySql query, I have the following database which connects two other databases (keywords and photos): keyword-id photo-id ------------------------- 5 - 3 2 - 3 1 - 8 27 - 3 18 - 6 The keyword-id points to a keyword (for example 'tree' or 'house), and the photo-id poi...