About 1,162,826 results (5,765 milliseconds)

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
GoogleSQL for BigQuery supports string ... To decode a base64url -encoded string, replace - and _ with + and / respectively. ... Splitting an empty STRING returns ...

Cache & SQL - Working with Empty/NULL Results

https://groups.google.com/g/intersystems-public-cache/c/gnHUa4SLTKM
... string it must be specifically set by the user in either SQL or Objects. With a given value it is easy to convert it so we convert the empty string to $c(0).

WbExport how to replace empty character

https://groups.google.com/g/sql-workbench/c/53ZGlujK6lw
Oct 4, 2019 ... while migrating tables from sql server to postgresql using Wbexport I am facing some issues. WbExport. -type=text. -file='D:\Migration\tablename ...

SQL Translation : Oracle null-empty string equivalence

https://groups.google.com/g/jooq-user/c/u4WIVkqvYo4
Mar 18, 2024 ... Hello Lukas, In our Oracle->PG migration, we are using JOOQ's ParsingConnection to translate between dialects.

String functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/string_functions
String functions in GoogleSQL ... To decode a base64url -encoded string, replace - and _ with + and / respectively. ... Splitting an empty STRING returns an ARRAY ...

Insert (before) trigger does not work.

https://groups.google.com/g/firebird-support/c/oBGxG7QXquk
Feb 26, 2021 ... To avoid inserting an empty string to a TIMESTAMP column of a table, I created a simple trigger to replace it to a NULL value (inserting ...

Functions, operators, and conditionals | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators
Extracts a SQL NULL when a JSON-formatted string null is encountered. For example: SELECT JSON_EXTRACT("null", "$") -- Returns a SQL NULL. json_expr : JSON ...

Re: [go-nuts] Marshalling sql.NullString to JSON

https://groups.google.com/g/Golang-nuts/c/8A-OdRGczEo
NullString in a new type and implement json.Marshaler (actually encoding.TextMarshaler) for it. You can just replace your sql.NullStrings with a null.String.

JSON functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/json_functions
For details, see Differences between the JSON and JSON-formatted STRING types. Caveats: A JSON null in the input array produces a SQL NULL as the output for ...

VARCHAR2: NULL value vs. empty string

https://groups.google.com/d/topic/comp.databases.oracle.misc/UZWve-ipXEw
Dec 12, 2003 ... Thanks, Oracle, that automatically convert empty strings into NULL values!!! ... (replace 'x' with a 'u ... In SQL'92 an empty string is _not_ null.

The ML.IMPUTER function | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-imputer
IMPUTER function, which lets you replace NULL values in a string or numerical expression. You can replace NULL values with the most frequently used value ...

How to trim period at end of field?

https://groups.google.com/g/openrefine/c/9LB9OT0q2rY
Nov 13, 2015 ... replace(string s, string or regex f, string r)returns: stringReturns ... replace it (the last character) with an empty string. Otherwise, do ...

Null Value Replacement in Mybatis

https://groups.google.com/g/mybatis-user/c/PcNZ-7cdyLs
Jul 12, 2016 ... Null Value Replacement in Mybatis. 1,625 ... empty-string-from-query-when-using-mybatis ... Thanks, going with the SQL route that makes more sense.

Empty Database value is not None, but an empty string

https://groups.google.com/g/web2py/c/RCETmTr6C1A
Jul 23, 2012 ... It's quite strange you get empty strings instead null (None, in Python). How are you inserting data into db? Are you using a SQLFORM or my_table ...

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
Applies to CSV and JSON data. decimal_target_types. ARRAY<STRING>. Determines how to convert ... The string that represents NULL values in a CSV file. ... SQL UDAF.

SQL Workbench formatter

https://groups.google.com/g/sql-workbench/c/DpJAmj4kyvU
Oct 7, 2021 ... ... VARCHAR(255)";";";"NOT NULL". workbench.sql ... workbench.sql.replace.replacement.history ... Remove `or replace` and the SQL formats. With a ...

Gracefully handling null values with properties()

https://groups.google.com/g/gremlin-users/c/v_vW-9fOCdY
Apr 21, 2021 ... Every (String) property defaults to an empty string "" - I'm guessing what is happening (in the below example), is that when I parse out ...

Format elements | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements
SQL in BigQuery. GoogleSQL ... If format_string_expression is an empty string, the output is an empty string. ... Replace n with a value from 1 to 9. For example ...

removing parenthesis

https://groups.google.com/g/textwrangler/c/qJyN9ner1Zc
> Leave the Replace box empty (i.e. replace with an empty string). Click Replace All. Depending on your exact needs, you might need to adjust it, but this ...

BooleanField and NullBooleanField (#2855 again)

https://groups.google.com/g/django-developers/c/zOv6zsYuFcc
If anyone can think of a valid reason for a bool to be '' (not null, not true, not false, but en empty string) please do speak up :) -- Mads ...