Garry's Mod Wiki

sql.TableExists

  boolean sql.TableExists( string tableName )

Description

Returns true if the table with the specified name exists.

Arguments

1 string tableName
The name of the table to check.

Returns

1 boolean
exists