Garry's Mod Wiki

Revision Difference

sql.Begin#518050

<function name="Begin" parent="sql" type="libraryfunc"> <description> Tells the engine a set of queries is coming. Will wait until <page>sql.Commit</page> is called to run them.&amp;lt;br&amp;gt; This is most useful when you run more than 100+ queries.&amp;lt;br&amp;gt; Tells the engine a set of queries is coming. Will wait until <page>sql.Commit</page> is called to run them.&lt;br&gt; This is most useful when you run more than 100+ queries.&lt;br&gt; This is equivalent to ``` sql.Query("BEGIN") ``` </description> <realm>Shared and Menu</realm> </function>