mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 03:16:46 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha spanner databases execute-sql (DATABASE : --instance=INSTANCE)
|
||||
--sql=SQL [--enable-partitioned-dml]
|
||||
--sql=SQL [--database-role=DATABASE_ROLE] [--enable-partitioned-dml]
|
||||
[--query-mode=QUERY_MODE; default="NORMAL"]
|
||||
[--timeout=TIMEOUT; default="10m"]
|
||||
[--read-timestamp=TIMESTAMP | --strong] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -54,6 +54,9 @@ REQUIRED FLAGS
|
|||
at https://cloud.google.com/spanner/docs/query-syntax
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--database-role=DATABASE_ROLE
|
||||
Database role user assumes while accessing the database.
|
||||
|
||||
--enable-partitioned-dml
|
||||
Execute DML statement using Partitioned DML
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue