How to Export Particular / Specific Columns from a Table – MySQL PhpMyadmin Tutorial




Learn how to export particular column from a table through PhpMyAdmin. Text Tutorial here …

Original source


13 responses to “How to Export Particular / Specific Columns from a Table – MySQL PhpMyadmin Tutorial”

  1. Hi Agurchand,
    good video. However SELECT `depth` FROM `tag_index` does not work for me. I have a huge table with over a million rows. My 'depth' column ranges from 3 to 4,326, but the only value exported is 3. I select "check all" but it only selects values of 3 and shows:

    SELECT `depth`
    FROM `tag_index`
    WHERE ((`tag_index`.`depth` =3))

    I tried depth=3-4326, but this fails. do you know why this is not working?

Leave a Reply