suspend fun SQLClient.updateAwait(sql: String): UpdateResult
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
sql - the SQL to execute. For example INSERT INTO table ...
sql
Return