Viewing 1 replies (of 1 total)
  • Plugin Author samwilson

    (@samwilson)

    (Sorry for being so slow in replying!)

    The easiest way is probably to create a view:

    CREATE OR REPLACE VIEW user_information AS
    SELECT u.user_login,m.meta_value
    FROM wp_user u JOIN wp_user_meta m ON m.user_id=u.user_id
    
Viewing 1 replies (of 1 total)
  • The topic ‘support for multiple joining tables’ is closed to new replies.