MySQL made Easy for Engineers / Technologists
Automation, Control & Plant Intelligence - Articles, Analysis, Reviews, Interviews & Views
MySQL Query - SELECT & FROM
Retrieving Data from MySQL
Once you have data in MySQL table then you need to Query data from database.
In MySQL, data is retrieved with the "SELECT" keyword.
Syntax:
SELECT * FROM [table name]