Action Mysql Select

Use Mysql Select Action if you want to select data from MySQL database. Fill all the needed fields.

Remember: if you select 2 Mysql columns, then you must assign 2 STORE SELECTED variables.

There is ORDER BY feature here. If you activate that checkbox - you will be able to set ORDER by DESC or ASC and LIMIT selection.

Debug option will show you a MySQL query in Editor`s console tab.

Example 1: Let`s select player score by id:

Example 2. Select last player score by player name

Example 3. Select last record data

Last updated