About 1,735,876 results (4,477 milliseconds)

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Converts a BYTES value to a STRING value and replace any invalid UTF-8 characters with the Unicode replacement character, U+FFFD . SOUNDEX, Gets the Soundex ...

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 ... SQL Translation : Oracle null-empty string equivalence ... NULL and empty string equivalence. The ... Just replace all Param<String> p types by ...

Insert (before) trigger does not work.

https://groups.google.com/g/firebird-support/c/oBGxG7QXquk
Feb 26, 2021 ... ... replace it to a NULL value (inserting NULL works). ... database way" to accommodate these empty strings. ... convert error to null only from empty ...

String functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/string_functions
String functions in GoogleSQL ... Splitting an empty STRING returns an ARRAY with a single empty STRING . ... empty substring. If position is negative, the ...

Empty Database value is not None, but an empty string

https://groups.google.com/g/web2py/c/RCETmTr6C1A
Jul 23, 2012 ... ... empty string). To convert empty strings to NULL's, perhaps you just have to do: db.mytable.import_from_csv_file([file object], null=''). Does ...

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.

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.

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 ...

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 ...

Gracefully handling null values with properties()

https://groups.google.com/g/gremlin-users/c/v_vW-9fOCdY
Apr 21, 2021 ... ... null values in the database. Whether graphs ... Every (String) property defaults to an empty string ... "fix" these values by replacing with a ...

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 ...

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.

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 ...

SQL Workbench formatter

https://groups.google.com/g/sql-workbench/c/DpJAmj4kyvU
Oct 7, 2021 ... workbench.sql.replace.criteria.history="CDW_PROD";"ECP_PROD";"_DEV";"ECP_TEST";"ECP_DEV";"VARCHAR(255)";";";"NOT NULL". workbench.sql.replace ...

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 ...

Regular expressions: splitting with REGEXP_SUBSTR and "null"

https://groups.google.com/g/comp.databases.oracle.misc/c/Hkx7vrbfT5s
I needed a Null (or empty string). ... > >SQL> selectregexp_substr(replace('one|two ... > - specifying the fourth substring should return 'four' but instead returns ...