Get All Column & Table Value In Mysql

I Want To Get All Value From Mysql Database In List View

Any One Help Me?

Run query
SELECT * FROM table_name

Mysql and sqlite are different.
He is talking about mysql

1 Like

Get all values:
Do you Really need to get all columns to show in the listview?
Do you Really need to get all the lines to show in the listview?

@Rogerio_Rios yes i want to gel list and column list

Use the command mentioned above: Select * from table.
On large tables this is not recommended.

@Rogerio_Rios i know, but how to show in in list

Try :