Formats a string according to the SourceMod format rules (see documentation). All format specifiers are escaped (see SQL_EscapeString) unless the '!' flag is used.
native int SQL_FormatQuery(Handle database, char[] buffer, int maxlength, const char[] format, any ...)