Search found 2 matches

by gark
Tue Jul 06, 2004 3:49 pm
Forum: Databases
Topic: MySql 'intersect' query?
Replies: 7
Views: 730

I'm new to PHP and MySql, so I'll have to study these examples a bit, but I'm sure I'll get it to work. Thanks a lot to all of you for your (quick!) help!
by gark
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...