Hello all,
I hope someone can help me with this one.
I have a user system that handles different user types. My main table is users_login which has their log in info plus the user type, and then I have users_typeA, users_typeB, users_typeC... to hold the info particular to that user type.
I need to write a query on the users_login table and join the corresponding user type table. Is this possible to accomplish in the same query?
Thank you in advance!.
I hope someone can help me with this one.
I have a user system that handles different user types. My main table is users_login which has their log in info plus the user type, and then I have users_typeA, users_typeB, users_typeC... to hold the info particular to that user type.
I need to write a query on the users_login table and join the corresponding user type table. Is this possible to accomplish in the same query?
Thank you in advance!.