table a has ak1 and ak2 as primary key
table b has bk1 and bk2 as primary key

how do I join these tables?

if i write

where a.ak1 = b.bk1 and a.ak2 = b.bk2

data are returned multiple times.

/AM

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to