Help Request Extracting user titles via myphpadmin

Discussion in 'Site Help and Suggestions' started by ASSEMblergames_Admin, Jul 11, 2015.

  1. ASSEMblergames_Admin

    ASSEMblergames_Admin Administrator

    Joined:
    May 20, 2015
    Messages:
    357
    Likes Received:
    88
    I have the old database, but need to extract the fields "username" and "usertitle" from table: User

    Anyone know the query to run to extract the two into one file? Preferably with a "if empty" skip for empty user titles
     
  2. TriMesh

    TriMesh Site Supporter 2013-2017

    Joined:
    Jul 3, 2008
    Messages:
    2,324
    Likes Received:
    750
    CREATE TABLE userandtitle AS SELECT username, usertitle FROM User WHERE usertitle <> NULL

    Should do it.
     
  3. retro

    retro Resigned from mod duty 15 March 2018

    Joined:
    Mar 13, 2004
    Messages:
    10,354
    Likes Received:
    822
    The query I gave you works ;)
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page