Skip to content

SQLite3 Module Database query

DizzasTeR edited this page Nov 9, 2020 · 3 revisions

SQLiteDatabase

query

Executes a sqlite query

Table SQLiteDatabase:query(string query [, ...optionalParameters])

Parameters

  • string query — The query to execute
  • optional optionalParameters — Forward any extra parameters with the query (Used for prepared statements)

Returns

Table - A table with the fetched rows stored in numerical indexed order

Example

Clone this wiki locally