About 1,048,588 results (5,925 milliseconds)

Data definition language (DDL) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
... table type must match column names from the SQL query. sql_query : Specifies ... query data, but doesn't modify the embedding column in the table.

User-defined functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/user-defined-functions
A user-defined function (UDF) lets you create a function by using a SQL expression or JavaScript code.

Quotas and limits | BigQuery | Google Cloud

https://cloud.google.com/bigquery/quotas
Your project can run up to six concurrent legacy SQL queries with user-defined functions (UDFs). ... TABLE , or UPDATE statements to write data to a table.

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
You must grant the following roles and permissions to your Datastream user to replicate data from a SQL Server database: For the change tables CDC method:.

sqlyog

https://code.google.com/archive/p/sqlyog/issues?page=3
Option to sync a table using user defined columns in Data Sync. Type ... F6 shortcut doesn't open Alter table/Alter database Version_10.3Beta1. 1843 ...

Create and manage users | Cloud SQL for PostgreSQL | Google Cloud

https://cloud.google.com/sql/docs/postgres/create-manage-users
To open the Overview page of an instance, click the instance name. Select Users from the SQL navigation menu. Find the postgres user and select Change password ...

GoogleSQL data definition language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language
Create, alter, or drop tables in a database. Add, alter, or drop columns in a table. Create, alter, or drop indexes in a database. Create, alter, or ...

Manage users with built-in authentication | Cloud SQL for MySQL ...

https://cloud.google.com/sql/docs/mysql/create-manage-users
Remove a user; Update user properties; What's next. MySQL | PostgreSQL | SQL Server ... user table to ensure that the change persists: FLUSH TABLES mysql.user; ...

BigQuery release notes | Google Cloud

https://cloud.google.com/bigquery/docs/release-notes
You can create a SQL user-defined aggregate function by using the CREATE AGGREGATE FUNCTION statement. ... BigQuery standard SQL now supports the ALTER TABLE DROP ...

Migrating to GoogleSQL | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql
The following table lists each legacy SQL data type and its ... This query defines a JavaScript function that takes a struct with the same row type ...

Manage tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-tables
Feb 3, 2025 ... To update a table's description: Console SQL More. bq API Go Java Python ... Using a data definition language (DDL) ALTER TABLE statement. Using ...

Create and use clustered tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/creating-clustered-tables
... table with a schema definition: Console SQL More. bq Terraform API Python Go Java ... Currently, you cannot use legacy SQL to query clustered tables or to write ...

How to do...well...anything...in DB2 SQL

https://groups.google.com/g/comp.databases.ibm-db2/c/x44pihQz158
Mar 7, 2006 ... ALTER TABLE SUPERDUDE.AUDIT_LOG ALTER COLUMN TAG SET WITH DEFAULT USER ... data type that is promotable to the base data type to the user-defined

Specify default column values | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/default-values
... SQL, but you cannot write to tables with default values using Legacy SQL. You cannot add a new column with a default value to an existing table. However ...

To User-Friendly SQL with Love from BigQuery | Google Cloud Blog

https://cloud.google.com/blog/products/bigquery/bigquery-loves-user-friendly-sql
Feb 15, 2022 ... ... table ALTER COLUMN pt SET DATA TYPE NUMERIC(8,2);. To learn about the ... query as a table. A recursive CTE referenced using a WITH ...

Adding and editing user-defined dashboard filters | Looker | Google ...

https://cloud.google.com/looker/docs/filters-user-defined-dashboards
For string , tier , and zipcode data types, if the Values setting is left blank, the first 30 values from the database are shown. A button is colored once it's ...

Execute Immediate and other new user-friendly SQL capabilities in ...

https://cloud.google.com/blog/topics/developers-practitioners/smile-new-user-friendly-sql-capabilities-bigquery
Oct 14, 2020 ... BigQuery users can now use table-level operations to evolve their schema and prepare tables for new data using the new commands.

Your username and password are not defined. ask a database ...

https://groups.google.com/g/firebird-support/c/Tr3-AuX8O3Q
Apr 6, 2024 ... I assume you mean Firebird, because Firebase is a whole different type ... create or alter user sysdba password 'masterkey'; and then try again ...

Working with collation | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/collation-concepts
Update the default collation specification for collation-supported type in a table. ... Collation in the return type of a user-defined function body isn't allowed ...

Table functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/table-functions
A table function, also called a table-valued function (TVF), is a user-defined function that returns a table. You can use a table function anywhere that you ...