MYSQL

Apr 16, 2009 12:32

Does anyone know if it's possible to make a foreign key in a table to get the values from more then one table. Ie. I want this table to get the primary key of that table or this table or that one there?

anyway answers on a postcard.

Leave a comment

Comments 2

microphonemark April 17 2009, 07:42:57 UTC
Without a precise question it's hard to give a precise answer.
I think you need to make a JOIN query. Look up JOIN in the manual, there's loads of great info there on it.

Reply


graemesummers April 19 2009, 22:33:56 UTC
thanks Mark.

Reply


Leave a comment

Up