Garry's Mod Wiki

sql.Begin

  sql.Begin()

Description

Tells the engine a set of queries is coming. Will wait until sql.Commit is called to run them.
This is most useful when you run more than 100+ queries.
This is equivalent to :

sql.Query( "BEGIN;" )