pub fn execute_sql_mut_tx(
    db: &RelationalDB,
    tx: &mut MutTx,
    ast: Vec<CrudExpr>,
    auth: AuthCtx
) -> Result<Vec<MemTable>, DBError>