mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 11:21:48 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud 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