About 1,103,525 results (4,790 milliseconds)

SQLCI: Select statement ouput to excel sheet. How?

https://groups.google.com/g/comp.sys.tandem/c/RVn39-fHr0o
Dec 16, 2010 ... catalog within SQL/MX and create an SQLMP ALIAS for your table. In ... You can put commas between the values in the output line like this:.

[Info-Ingres] Extract fields from delimited string?

https://groups.google.com/g/fa.ingres/c/29X2rNbryuw
insert into nonf values ( 'abc,defghi,jkl,mnopq' ); insert into nonf values ... -- add a comma back and front, to eliminate first -- and last character ...

Re: [fava] Regression (?) Number formatting lost (#205)

https://groups.google.com/g/beancount/c/frfN1zc6TEc/m/d5OjuDnREgAJ
Mar 12, 2016 ... ... decimal dot and to insert commas on thousands as well. It separates the control of the formatting from the numbers themselves. MOST of the ...

Error with PreserveSingleQuotes in query involving cfqueryparam

https://groups.google.com/g/railo/c/4D3phMJCI4o
Feb 2, 2011 ... INSERT INTO timesheet_entries (WORK_PACKAGE) VALUES (<cfqueryparam ... Not seeing commas in the values portion, I tried this for the loop:

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
INCLUDE NULLS : Add rows with NULL values to the result. EXCLUDE NULLS : don ... You can use a correlated comma cross join to convert or flatten an array into a ...

nvl and subquery

https://groups.google.com/g/comp.databases.oracle.misc/c/g_u9iSTjQNA
Hi, everybody. I would like to do an insert: SQL>insert into emp(comm) values ... but you stated two columns separated by ,(comma). insert into emp(comm)

Help automating Google sheets to track Coronavirus data - Google ...

https://support.google.com/docs/thread/61067997/help-automating-google-sheets-to-track-coronavirus-data?hl=en
Jul 26, 2020 ... =ARRAYFORMULA(IFError(D3:D300/F3:F300, )) It says, "if the function returns an error, do whatever I put after the last comma" - in this case, do ...

Replicate/Use a JS For Loop in uCreate

https://groups.google.com/g/xmpie-users/c/cLk4nZTSe2o
Double-click the new function and add the javascript code. You can reference the parameters you defined. And, you need to return a value of the type you ...

Replace with newline character

https://groups.google.com/g/bbedit/c/mzilzLrdlzY
Sep 30, 2011 ... I have some very long sql queries that are stored in a single line with statements separated by a ; to get around a bug in a program I use ...

Adding labels to resources | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/adding-labels
You can also add multiple key-value pairs, separated by a comma (for example ... To add a label without a value: Console SQL bq API More. In the Google ...

Adding rows to fit queries when there is data in rows below. - Google ...

https://support.google.com/docs/thread/40944545/adding-rows-to-fit-queries-when-there-is-data-in-rows-below?hl=en
Apr 18, 2020 ... I have tried concatenating/joining, but there are a lot of rows and columns, and I need to be able to work with separate delimiters (both commas ...

Using Multiple Ranges (Sheets) in QUERY - Google Docs Editors ...

https://support.google.com/docs/thread/162228921/using-multiple-ranges-sheets-in-query?hl=en
May 3, 2022 ... To do this, change the data range to {sheet1!A2:B, sheet2!A2:B}. Note that the comma is now between the two ranges instead of a semicolon.

Adding tagged values to certain elements

https://groups.google.com/g/sparx-enterprise-architect-general/c/CyGtzH4Ef04
I would normally dive in and do an 'INSERT' statement against the SQL Server table t_objectproperty but I am concerned this will 'break' my model and wondered ...

Having multiple values in one cell - Google Docs Editors Community

https://support.google.com/docs/thread/265682904/having-multiple-values-in-one-cell?hl=en
Mar 24, 2024 ... ... add a tab to demo this. The formula to count the ... If you prefer to stick with your current formay, you could enter your codes with comma ...

loop and string split in stored procedure

https://groups.google.com/g/microsoft.public.sqlserver.programming/c/dPT2ty76m3I
Nov 15, 2001 ... INSERT INTO InputStrings VALUES ('second', '312,534,997,896'); ... SQL/ListParseExample.sql that will do what you want. It assumes comma ...

Loading CSV data from Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
In this case, add a numerical column to the input or declare the schema explicitly. When you load CSV or JSON data, values in DATE columns must use the dash ( - ) ...

MERGE INTO for table containing AUTO_INCREMENT columns?

https://groups.google.com/g/h2-database/c/bTACfD2x6yI
... values; SQL statement: MERGE INTO audit_transaction_ids (uuid, time) KEY ... <merge insert value element> [ { <comma> <merge insert value element> }... ]

GoogleSQL data manipulation language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax
The GoogleSQL data manipulation language (DML) lets you update, insert, and delete data in GoogleSQL tables. ... A comma , indicates the literal comma.

Re: [go-nuts] Semicolons in Go

https://groups.google.com/g/golang-nuts/c/XuMrWI0Q8uk
commas in SQL. Cheers, Ben. Mike Zraly's profile photo. Mike Zraly. unread,. Dec ... comma to the previous line when adding a line to a multi-line

WKT precision

https://groups.google.com/g/spatialite-users/c/MZm0ER6dQRI
read it out as Text I only get 6 positions after the comma/point. ... // creating the SQL INSERT stmt sql = "INSERT INTO test (id, name, geom) "; sql += "VALUES ...