Garry's Mod Wiki

Garry's Mod Wiki

  table sql.QueryRow( string query, number row = 1 )

Description

Performs the sql.Query and returns the n'th row.

This function is equivalent to safely returning

sql.Query(query)[row]

Arguments

1 string query
The query as used in sql.Query
2 number row = 1
The row number.

Returns

1 table
The returned row.

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...