Conect four tables

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ludmil
Forum Newbie
Posts: 5
Joined: Tue Sep 01, 2009 10:08 pm

Conect four tables

Post by ludmil »

Hi I have four tables and I want to conect them ,but they dont have the same index ,three of them have the same index and one or these three have index to the foorth
I dont know if this can be done with one query
Another question if I can't do this with query can I insert query in the while cycle(I dont think you can do this ,because you are going to brake the while ,but I am not shure)
I don't know if I expressed myself clear
Thanks
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Conect four tables

Post by Darhazer »

Please post the tables structure / definitions
Post Reply