About 1,779,612 results (5,141 milliseconds)

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
OR REPLACE : Replaces any table with the same name if it exists. Cannot ... If the function is defined in JavaScript, then the RETURNS clause is required.

Looker functions and operators | Google Cloud

https://cloud.google.com/looker/docs/functions-and-operators
position(string, search_string), Returns the start index of search_string in string if it exists, and 0 otherwise. replace, replace(string, old_string, ...

Switch Node if key exists

https://groups.google.com/g/node-red/c/rg0qApjnCig
May 21, 2017 ... I can understand why javascript would not be able to lookup a field on a non-existent object, but to have to have two switches in series to ...

[IDEA]: Drag and Drop a Bookmark.html Exported from Chrome ...

https://groups.google.com/g/tiddlywiki/c/37B5uhgbJwE/m/1rU9YBN6AwAJ
May 21, 2021 ... If you get stuck I will be happy to help :) So you need to do a String.replace to replace the characters not allowed in tiddler titles.

Functions (alphabetical) | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-all
Gets the ASCII code for the first character or byte in a STRING or BYTES value. ... Performs a normalized, case-insensitive search to see if a value exists as a ...

How to transform response body before extraction with JSONPath?

https://groups.google.com/g/gatling/c/zt26qFzpXSw
Jul 16, 2015 ... The current character read is ')' with an int value of 41. Unable to determine the current character, it is not a string, number, array, or ...

Functions, operators, and conditionals in GoogleSQL | Spanner ...

https://cloud.google.com/spanner/docs/reference/standard-sql/functions-and-operators
Compares operands and produces the results of the comparison as a BOOL value. EXISTS operator, Checks if a subquery produces one or more rows. IN operator ...

Can not import from storage

https://groups.google.com/g/google-cloud-sql-discuss/c/wHB164qEsoM
Aug 9, 2016 ... ... javascript in the front end. ... Line number 22 : CREATE DATABASE /*!32312 IF NOT EXISTS*/ `mysql` /*!40100 DEFAULT CHARACTER SET utf8 */;.

Loading CSV data from Cloud Storage | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-csv
When you load CSV files into BigQuery, note the following: CSV files don't support nested or repeated data. Remove byte order mark (BOM) characters. They might ...

Class File | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/drive/file
Aug 15, 2024 ... Gets a thumbnail image for the file, or null if no thumbnail exists. getUrl(), String, Gets the URL that can be used to open the File in a ...

Deprecate 'single quotes for char lists'

https://groups.google.com/g/elixir-lang-core/c/_pAjPEayLLI/m/kIyPG8HtAQAJ
Elixir v2.0 "who knows when" will remove single-quotes > > Thoughts? I love ... If you just turn single quotes into strings going forward, you're going ...

YARA-L 2.0 language syntax | Google Security Operations | Google ...

https://cloud.google.com/chronicle/docs/detection/yara-l-2-0-syntax
You must provide the ELSE_CLAUSE if the data type is string or if the THEN_CLAUSE is a placeholder variable or outcome variable. Mathematical operations. You ...

Class Document | Apps Script | Google for Developers

https://developers.google.com/apps-script/reference/document/document
Aug 16, 2024 ... getBookmark('id.xyz654321'); // If the bookmark exists, logs the character offset of its position to the console.

Security Rules language | Firebase Security Rules

https://firebase.google.com/docs/rules/rules-language
... delete: if request.auth != null && request.auth.uid == userId; } // Allow ... string less than 100 characters: { "rules": { "foo": { // /foo is ...

Using the IF function in apps script to find a specific word in cells and ...

https://support.google.com/docs/thread/145427889/using-the-if-function-in-apps-script-to-find-a-specific-word-in-cells-and-if-found-then-do-something?hl=en
Jan 12, 2022 ... see if a string contains a specific word and if found then do something ... To answer your question, I think you can replace the for , if and ...

Functions (alphabetical) in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/functions-all
IP_FROM_STRING , but returns NULL instead of producing an error if the input is invalid. NORMALIZE, Case-sensitively normalizes the characters in a STRING value ...

Can Anyone Help? Google Index Pages with Chinese Characters ...

https://support.google.com/webmasters/thread/102576167/can-anyone-help-google-index-pages-with-chinese-characters-and-random-url-am-i-being-hacked?hl=en
Mar 16, 2021 ... As for the malicious files, it seems i just couldn't find it if it exist. ... Also remove the code from your source. Last edited Mar 18 ...

Manage Users | Firebase Authentication

https://firebase.google.com/docs/auth/admin/manage-users
Must be a string between 1-128 characters long, inclusive. If not provided ... Delete a user. The Firebase Admin SDK allows deleting existing users by their uid :.

[Python-Dev] When should pathlib stop being provisional?

https://groups.google.com/g/dev-python/c/g6ye5KxVzA0
May 4, 2016 ... creates a new string object. But fspath(), if it exists, would call __fspath__ on an arbitrary object, and create a new string -- not a new Path ...

loopback:connector:postgresql error: relation "public.customer" does ...

https://groups.google.com/g/loopbackjs/c/sHmDCTqgzI0
Oct 27, 2014 ... I needed to remove the use of toLowerCase() in lines 610-635 of postgresql.js in the loopback-connector-postgresql module: /*!. * Convert to ...