Skip to content

How can I export data in csv? #702

@pqiaohaoq

Description

@pqiaohaoq

Example

execute SQL:

SELECT * FROM t_table LIMIT 3;

It will show:

id name
1 a
2 b
3 c

Now, I want to export these columns into ~/Downloads/export.csv.

How can I do it?

INTO OUTFILE is not working, because it just work in mysql-server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions