I have added a custom fields on the user management, which works greats, the custom fields are save on fields fields_values tables, I don't find a way to join the info from user table users table and the fields tables in one query results.
I need something like: SELECT id,NAME,username,customfield FROM users WHERE Id=2
How can I achieve that?
fields_values? This question is a little too incomplete.