carino
Member
Greetings All,
I am not SQL savvy and hoping someone here might be able to help.
I have a basic discussion forum online. The database is the default and the db name is "bisel_cc_community".
I have all the default fields that XF ships with that I am attempting to build SQL for ...
I am hoping someone can help me build a SQL DB query that will create an output listing all the users and also include the two additional user field (relationship and lotnum).
From my mousing around in phpMyAdmin ... it looks like there are two tables that I need to concern myself with field values that I would want a query to generate for me ...
Thanks,
Steve
I am not SQL savvy and hoping someone here might be able to help.
I have a basic discussion forum online. The database is the default and the db name is "bisel_cc_community".
I have all the default fields that XF ships with that I am attempting to build SQL for ...
- username
- user_id
- relationship
- lotnum
I am hoping someone can help me build a SQL DB query that will create an output listing all the users and also include the two additional user field (relationship and lotnum).
From my mousing around in phpMyAdmin ... it looks like there are two tables that I need to concern myself with field values that I would want a query to generate for me ...
- Table, "xf_user" ... contains the field values for user_id, username and email
- Table, "sf_user_field_value" ... contains the field values for user_id, name, relationship and lotnum
Thanks,
Steve