method
select_rows
select_rows(sql, name = nil)
public
Executes a SELECT query and returns an array of rows. Each row is an array of field values.
select_rows(sql, name = nil)
public
Executes a SELECT query and returns an array of rows. Each row is an array of field values.