I have 3 tables. USERS, GROUPS, and GROUPMEMBERSHIP
The USERS table has 3 fields, ID, USER_NAME, and USER_PASS
The GROUPS table has 2 fields, ID, GROUP_NAME
The GROUPMEMBERSHIP table has 3 fields, ID, USER_ID, GROUP_ID
Now, I have 3 values: the username, the password, and a group name I...
I have 2 tables:
Table 1:
5 fields: field1_id, field2_link1, field3_link2, field4_link3, field5_link4
Table 2:
2 fields: field1_id, field2_name
fields 2 thru 5 in table 1 contain integer values that point to the cooresponding field1_id's in table 2. I simply want a select statement...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.