About 1,610,237 results (2,406 milliseconds)

create read/write spatial view from sql?

https://groups.google.com/g/spatialite-users/c/PZpKRvFhnFU
Aug 5, 2015 ... Is there SQL that will allow me to add a row, as I can through QGIS, or do I need to insert into the master table first, then the detail table ...

Create views | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/views
You can create a view by composing a SQL query that is used to define the data accessible to the view. The SQL query must consist of a SELECT statement.

Data manipulation language (DML) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
INSERT VALUES with subquery. The following example shows how to insert a row into a table, where one of the values is computed using a subquery:.

Use data from SQL Server - AppSheet Help

https://support.google.com/appsheet/answer/10106599?hl=en
When you add a new table in your app, you can select the specific data source, and a table or view from that data source. Once added to the app, AppSheet treats ...

Best practices for importing and exporting data | Cloud SQL for SQL ...

https://cloud.google.com/sql/docs/sqlserver/import-export
Bulk insert lets you import data into your Cloud SQL for SQL Server database from a file stored in Cloud Storage. This section describes the following: Required ...

Quotas and limits | BigQuery | Google Cloud

https://cloud.google.com/bigquery/quotas
See Cloud SQL federated queries. View quota in Google Cloud console. Cross-cloud transferred bytes per day, 1 TB, You can transfer up to 1 TB of data per ...

Copy to Clipboard to type SQL doesn't work

https://groups.google.com/g/sql-workbench/c/8VUi4KqomeM
May 28, 2021 ... I want to copy query result data into SQL INSERT format. However, it ... But if you only need SQL INSERT statements you can still use "Copy as SQL ...

Track changes in SQL Server on Google Cloud using Change Data ...

https://cloud.google.com/blog/topics/developers-practitioners/track-changes-sql-server-google-cloud-using-change-data-capture
Apr 23, 2021 ... This blog post will walk through the steps required to enable CDC along with an example query to view captured changes. First you will need to ...

Cannot insert strings with a length greater than 2000 into columns ...

https://groups.google.com/g/sqlalchemy/c/Kk6DkPNWlR4
Oct 13, 2020 ... I separately downloaded a driver for SQL Server from Microsoft, which pyodbc makes use of. Do you suggest that changing pyodbc to another SQL ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
For more information, see Source SQL Server database. What permissions at minimum does Datastream need to replicate data from a source SQL Server database? You ...

Delete all rows in BigQuery and other DML statements to add ...

https://cloud.google.com/blog/topics/developers-practitioners/bigquery-explained-data-manipulation-dml
Nov 13, 2020 ... ... we reviewed how to ingest data into BigQuery and query the datasets. In this blog post, we will show you how to run data manipulation ...

Fetching data from BigQuery and inserting into MySQL

https://groups.google.com/g/google-cloud-sql-discuss/c/lwReZ9UABsU/m/CbENCqODBQAJ
Jun 14, 2016 ... My Python program connects to big query and fetching data which I want to insert into a mysql table. ... The resulting SQL statement here will ...

How to use local timezone with Cloud SQL for SQL Server | Google ...

https://cloud.google.com/blog/products/databases/how-to-use-local-timezone-with-cloud-sql-for-sql-server/
Mar 31, 2022 ... Create a table with a datetime column in your database. ... Insert some data into the table. ... Select the table to confirm that the data is ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
The table that you want to insert data into. FILE: The file containing the ... Set to false to update the SQL query for a view from legacy SQL to GoogleSQL.

Introduction to views | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/views-intro
A view is a virtual table defined by a SQL query. You can use views to provide an easily reusable name for a complex query or a limited set of data.

Using SQL Runner to create queries and Explores | Looker | Google ...

https://cloud.google.com/looker/docs/sql-runner-create-queries-and-explores
Aug 20, 2024 ... From SQL Runner you can get fast insight into the data by creating an ad hoc Explore for a SQL query or database table. You can use the Looker ...

Explore the Google Cloud console | BigQuery

https://cloud.google.com/bigquery/docs/bigquery-web-ui
In the Add dialog, you can find different ways to add data to BigQuery ... If more than one tab is open, you can split the tabs into two panes and view them side ...

[Video] Office Hours 2018/9/5 (With Transcriptions) - Brent Ozar ...

http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/LoLDBlKA4ro/
Sep 8, 2018 ... ... SQL Server 2017 Vulnerability Assessment, SELECT INTO vs INSERT INTO, using Node. ... So I usually do insert into if I'm in a stored procedure. If ...

Export and import data | Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/export-import
Sep 1, 2020 ... Data exported from one Cloud Firestore database can be imported into another Cloud Firestore database. You can also load Cloud Firestore exports ...

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
insert method. For more information about specifying a table schema, see Specifying a schema. After the table is created, you can load data into it or ...