Method: db::query
Runs a MySQL query.
You can use any valid MySQL query here.
This is also the fallback method if you
can't use one of the provided shortcut methods
from this class.
Info
Syntax
db::query($sql, $fetch=true)
Parameters
- $sql (string) The sql query
- $fetch (boolean) True: apply db::fetch to the result, false: go without db::fetch