Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi Team, I want to retrieve data from MySQL
Hi Vidyesh,
You can use this query ‘SELECT <column_name>,<column_name>… FROM table_name;’ to retrieve data from a particular column or you can use ‘SELECT * from table_name;’ to retrieve all data from the table.
Regards, Pramod