Skip to content
fromgate edited this page May 6, 2017 · 2 revisions

Execute SQL query and store value of field located in first row (and defined column) at variable.

SQL_SELECT <query> <variable> [player] [column]

Parameter Parameter value Description
<query> query:{SELECT .... } SQL-query to execute
<variable> variable:<Id> Variable identifier
[player] player:<PlayerName> Owner of variable (for personal variables). If [player] is skipped global variable will used
[column] column:<Number> Number of column where required data is located (default - 1)
Clone this wiki locally