1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00

gcloud: Thu Jul 20 11:47:24 UTC 2023

This commit is contained in:
Automated 2023-07-20 11:47:25 +00:00
parent b4c2508b12
commit 64e67b443c
325 changed files with 10090 additions and 1806 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud spanner databases execute-sql (DATABASE : --instance=INSTANCE)
--sql=SQL [--database-role=DATABASE_ROLE] [--enable-partitioned-dml]
[--query-mode=QUERY_MODE; default="NORMAL"]
[--priority=PRIORITY] [--query-mode=QUERY_MODE; default="NORMAL"]
[--timeout=TIMEOUT; default="10m"]
[--read-timestamp=TIMESTAMP | --strong] [GCLOUD_WIDE_FLAG ...]
@ -64,6 +64,10 @@ OPTIONAL FLAGS
--enable-partitioned-dml
Execute DML statement using Partitioned DML
--priority=PRIORITY
The priority for the execute SQL request. PRIORITY must be one of:
high, low, medium, unspecified.
--query-mode=QUERY_MODE; default="NORMAL"
Mode in which the query must be processed. QUERY_MODE must be one of: