id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
snowflake_docs/system_set_return_value_2_0.txt | Syntax ¶
SYSTEM$SET_RETURN_VALUE( '<string_expression>' )
Copy
| |
snowflake_docs/grant-database-role_6_0.txt | label-security-custom-role) .
For general information about roles and privilege grants for performing SQL
overview.html | |
snowflake_docs/like_any_0_0.txt | /
1. General Manipulation
34. Case Conversion
38. Regular Expression Matching
48. Other Matching/Comparison
66. Compression/Decompression
70. Encoding/Decoding
81. Cryptographic/Checksum
93. Hash (Non-cryptographic)
96. Co... | |
snowflake_docs/show-masking-policies_1_0.txt | SHOW MASKING POLICIES ¶
This feature requires Enterprise Edition (or higher). To inquire about
upgrading, please contact [ Snowflake Support
Snowflake-Lodge) .
Lists masking policy information, including the creation date, database and
schema names, owner, and any available comments.
See also:
security-column-intro-... | |
snowflake_docs/st_geometryfromwkb_8_0.txt | Usage Notes ¶
* Issues an error if the input cannot be parsed as WKB or EWKB.
* For WKB input, if the ` _ srid _ ` argument is not specified, the resulting GEOMETRY object has the SRID set to 0.
| |
snowflake_docs/show-external-volumes_4_0.txt | Access control requirements ¶
access-control-overview-roles) used to execute this SQL command must have the
overview.html | |
snowflake_docs/external_functions_history_4_0.txt | Usage Notes ¶
* Returns results only for the ACCOUNTADMIN role or any role that has been explicitly granted the MONITOR USAGE global privilege.
* The output column named ARGUMENTS includes not only the argument data types, but also the return data type. The input parameter named FUNCTION_SIGNATURE should includ... | |
snowflake_docs/identifiers-syntax_5_0.txt | Exceptions ¶
* You can use only ASCII characters for the names of user-defined functions (UDFs) and procedures in which the handler language is Java.
| |
snowflake_docs/null_5_0.txt | Example ¶
The following code uses a NULL statement in an exception handler to ensure
that the exception is caught (rather than passed up to the caller), but no
specific action is taken:
CREATE PROCEDURE null_as_statement()
RETURNS VARCHAR
LANGUAGE SQL
AS
$$
BEGIN
SELECT 1 / 0;
... | |
snowflake_docs/bitmap_count_0_0.txt | /
1. General
26. Bitwise
30. Boolean
34. Hash
36. Semi-Structured
39. Linear Regression
49. Statistics and Probability
52. Count Distinct Values
60. Cardinality Estimation
68. Similarity Estimation
73... | |
snowflake_docs/system_clustering_information_7_0.txt | Examples ¶
Return the 5 most recent clustering errors:
>
> SELECT SYSTEM$CLUSTERING_INFORMATION('t1', 5);
>
>
> Copy
Return the clustering information for a table using two columns in the table:
>
> SELECT SYSTEM$CLUSTERING_INFORMATION('test2', '(col1, col3)');
>
>
> Copy
>
>
> +-----------------... | |
snowflake_docs/alter-stage_5_0.txt | External stage parameters ( ` externalStageParams ` ) ¶
` URL = ' _ cloud_specific_url _ ' `
If a stage does not have a URL, it is an internal stage
Warning
Modifying the ` URL ` parameter of a stage can break the following
functionality for objects that rely on the stage:
* Pipe objects that leverage cloud... | |
snowflake_docs/where_3_0.txt | Usage Notes ¶
* Use care when creating expressions that might evaluate NULLs.
* In a ` WHERE ` clause, if an expression evaluates to NULL, the row for that expression is removed from the result set (i.e. it is filtered out).
* The maximum number of expressions in a list is 16,384. For example, the limit a... | |
snowflake_docs/current_version_3_0.txt | Arguments ¶
None.
| |
snowflake_docs/regexp_substr_all_7_0.txt | Collation Details ¶
Arguments with collation specifications are currently not supported.
| |
snowflake_docs/show-transactions_1_0.txt | SHOW TRANSACTIONS ¶
List all running transactions. The command can be used to show transactions
for the current user or all users in the account.
See also:
| |
snowflake_docs/array_unique_agg_6_0.txt | Examples ¶
| |
snowflake_docs/lpad_7_0.txt | Examples ¶
This example shows padding of ` VARCHAR ` and ` BINARY ` data:
> Create and fill a table:
>
>>
>> CREATE TABLE demo (v VARCHAR, b BINARY);
>> INSERT INTO demo (v, b) SELECT 'Hi', HEX_ENCODE('Hi');
>> INSERT INTO demo (v, b) SELECT '-123.00', HEX_ENCODE('-123.00');
>> INSERT INTO demo (v,... | |
snowflake_docs/current_role_3_0.txt | Syntax ¶
CURRENT_ROLE()
Copy
| |
snowflake_docs/show-compute-pools_10_0.txt | Usage notes ¶
* Columns that start with the prefix ` is_ ` return either ` Y ` (yes) or ` N ` (no).
* The command does not require a running warehouse to execute.
* The command returns a maximum of 10K records for the specified object type, as dictated by the access privileges for the role used to execu... | |
snowflake_docs/commands-snowpark-container-services_5_0.txt | Job ¶
Was this page helpful?
Yes No
Inc. All Rights Reserved .
On this page
1. Image registry and repository
2. Compute pool
3. Service
4. Job
Related content
Language : **English** | |
snowflake_docs/alter-file-format_6_0.txt | TYPE = JSON ¶
` COMPRESSION = AUTO | GZIP | BZ2 | BROTLI | ZSTD | DEFLATE |
RAW_DEFLATE | NONE `
Use :
Data loading and external tables
Definition :
* When loading data, specifies the current compression algorithm for the data file. Snowflake uses this option to detect how an already-compressed ... | |
snowflake_docs/password_policies_2_0.txt | Columns ¶
Column Name
|
Data Type
|
Description
---|---|---
NAME
|
TEXT
|
Name of the policy.
ID
|
NUMBER
|
Internal/system-generated identifier for the password policy.
SCHEMA_ID
|
TEXT
|
Internal/system-generated identifier for the schema in which the policy
resides.
SCHEMA
|
TEXT
|
Schema to which the p... | |
snowflake_docs/drop-packages-policy_7_0.txt | label-access-control-securable-objects) , see [ Overview of
| |
snowflake_docs/transactions_16_2.txt | outer_sp1() ` , the stored procedure ` outer_sp1() ` itself also fails and returns an error, rather than continuing.
3. Because ` outer_sp1() ` does not finish executing:
* The INSERT statements for values ‘osp1_delta’ and ‘osp1_omega’ never execute.
* The open transaction in ` outer_sp1() ` is implic... | |
snowflake_docs/st_dimension_2_0.txt | Syntax ¶
ST_DIMENSION( <geography_or_geometry_expression> )
Copy
| |
snowflake_docs/table_storage_metrics_0_0.txt | /
Schema:
| |
snowflake_docs/binary-input-output_0_0.txt | /
Input and Output Formats
| |
snowflake_docs/class_instance_functions_0_0.txt | /
CLASS_INSTANCE_FUNCTIONS
| |
snowflake_docs/complete_task_graphs_2_0.txt | Columns ¶
Column Name
|
Data Type
|
Description
---|---|---
ROOT_TASK_NAME
|
TEXT
|
Name of the root task.
DATABASE_NAME
|
TEXT
|
Name of the database that contains the graph.
SCHEMA_NAME
|
TEXT
|
Name of the schema that contains the graph.
STATE
|
TEXT
|
State of the graph run:
* ` SUCCEEDED ` : All ta... | |
snowflake_docs/activate_3_0.txt | Returns ¶
activated
| |
snowflake_docs/drop-password-policy_7_0.txt | label-security-custom-role) .
For general information about roles and privilege grants for performing SQL
overview.html | |
snowflake_docs/system_start_oauth_flow_1_0.txt | SYSTEM$START_OAUTH_FLOW ¶
Initiates the OAUTH client flow, returning a URL you use in a browser to
complete the OAuth consent process.
| |
snowflake_docs/jarowinkler_similarity_5_0.txt | Collation Details ¶
No impact. In languages where the alphabet contains digraphs or trigraphs
(such as “Dz” and “Dzs” in Hungarian), each character in each digraph and
trigraph is treated as an independent character, not as part of a single
multi-character letter.
The result is based solely on the characters in the ... | |
snowflake_docs/lpad_1_0.txt | LPAD ¶
Left-pads a string with characters from another string, or left-pads a binary
value with bytes from another binary value.
The argument ( ` _ base _ ` ) is left-padded to length ` _ length_expr _ `
with characters/bytes from the ` _ pad _ ` argument.
| |
snowflake_docs/show-organization-accounts_7_0.txt | label-orgadmin-role) is enabled in an account. If
TRUE, the role is enabled.
` dropped_on ` [ 1 ]
|
Date and time when the account was last dropped.
` scheduled_deletion_time ` [ 1 ]
|
Date and time when the account is scheduled to be permanently deleted.
Accounts are deleted within one hour after the schedul... | |
snowflake_docs/create-table_7_0.txt | CREATE TABLE … CLONE ¶
Creates a new table with the same column definitions and containing all the
existing data from the source table, without actually copying the data. This
variant can also be used to clone a table at a specific time/point in the past
>
> CREATE [ OR REPLACE ] TABLE <name> CLONE <source_table... | |
snowflake_docs/regexp_6_0.txt | Collation Details ¶
Arguments with collation specifications are currently not supported.
| |
snowflake_docs/anomaly_detection_19_0.txt | <name>!EXPLAIN_FEATURE_IMPORTANCE ¶
Returns the relative feature importance for each feature used by the model.
| |
snowflake_docs/commands-native-apps_2_0.txt | Application ¶
| |
snowflake_docs/st_envelope_0_0.txt | /
1. Conversion, Input, Parsing
14. Conversion, Output, Formatting
23. Constructor
32. Accessor
44. Relationship and Measurement
61. Transformation
75. Utility
77. H3
geospatial) ST_ENVELOPE
Categories:
| |
snowflake_docs/desc-compute-pool_3_0.txt | Parameters ¶
` _ name _ `
Specifies the identifier for the compute pool to describe.
If the identifier contains spaces or special characters, the entire string
must be enclosed in double quotes. Identifiers enclosed in double quotes are
also case-sensitive.
.
| |
snowflake_docs/alter-table_9_0.txt | label-security-column-intro-replace-policy)
policies.html | |
snowflake_docs/drop-account_2_0.txt | Syntax ¶
DROP ACCOUNT [ IF EXISTS ] <name> GRACE_PERIOD_IN_DAYS = <integer>
Copy
| |
snowflake_docs/create-stream_6_0.txt | Output ¶
The output for a stream includes the same columns as the source object along
with the following additional columns:
* METADATA$ACTION: Specifies the action (INSERT or DELETE).
* METADATA$ISUPDATE: Specifies whether the action recorded (INSERT or DELETE) is part of an UPDATE applied to the rows in the s... | |
snowflake_docs/result_scan_5_0.txt | Collation Details ¶
When ` RESULT_SCAN ` returns the results of the previous statement, `
RESULT_SCAN ` preserves the collation specification(s) of the values that it
returns.
| |
snowflake_docs/show-tables_2_0.txt | Syntax ¶
SHOW [ TERSE ] TABLES [ HISTORY ] [ LIKE '<pattern>' ]
[ IN
{
ACCOUNT |
DATABASE |
... | |
snowflake_docs/regr_avgx_1_0.txt | REGR_AVGX ¶
Returns the average of the independent variable for non-null pairs in a group,
where ` x ` is the independent variable and ` y ` is the dependent variable.
| |
snowflake_docs/create-api-integration_6_0.txt | Required Parameters ¶
| |
snowflake_docs/regr_avgy_5_0.txt | Examples ¶
create or replace table aggr(k int, v decimal(10,2), v2 decimal(10, 2));
insert into aggr values(1, 10, null);
insert into aggr values(2, 10, 11), (2, 20, 22), (2, 25,null), (2, 30, 35);
Copy
select k, regr_avgy(v, v2) from aggr group by k;
---+------------------+
k | regr_avgy(v,... | |
snowflake_docs/degrees_5_0.txt | Examples ¶
Show the number of degrees for 1/3 of a radian, 1 radian, and 3 radians:
>
> SELECT DEGREES(PI()/3), DEGREES(PI()), DEGREES(3 * PI()), DEGREES(1);
> +-----------------+---------------+-------------------+--------------+
> | DEGREES(PI()/3) | DEGREES(PI()) | DEGREES(3 * PI()) | DEGREES(1) |
>... | |
snowflake_docs/current_role_2_0.txt | label-access-control-role-enforcement) in use for the
current session when the primary role is an account-level role or NULL if the
role in use for the current session is a database role.
To specify a different role for the session, execute the [ USE ROLE
| |
snowflake_docs/substr_3_0.txt | Arguments ¶
` _ base_expr _ `
This must be a ` VARCHAR ` or ` BINARY ` value.
` _ start_expr _ `
The start position should be an expression that evaluates to an integer. It
specifies the offset from which the substring starts. The offset is measured
in:
* The number of UTF-8 characters if the input is ` VARCHA... | |
snowflake_docs/current_available_roles_2_0.txt | Syntax ¶
CURRENT_AVAILABLE_ROLES()
Copy
| |
snowflake_docs/st_aswkb_9_0.txt | GEOMETRY Examples ¶
The example below demonstrates how to use the ST_ASEWKB function. The example
returns the EWKB representations of two geometries.
>
> CREATE OR REPLACE TABLE geometry_table (g GEOMETRY);
> INSERT INTO geometry_table VALUES
> ('POINT(-122.35 37.55)'), ('LINESTRING(0.75 0.75, -10 20)'... | |
snowflake_docs/alter-view_1_0.txt | ALTER VIEW ¶
Modifies the properties for an existing view. Currently the only supported
operations are:
* Renaming a view.
* Converting to (or reverting from) a secure view.
* Adding, overwriting, removing a comment for a view.
Note that you cannot use this command to change the definition for a view.
To ... | |
snowflake_docs/sinh_1_0.txt | SINH ¶
Computes the hyperbolic sine of its argument.
| |
snowflake_docs/warehouse_events_history_1_0.txt | WAREHOUSE_EVENTS_HISTORY View ¶
Available to all accounts.
This Account Usage view can be used to return the events that have been
triggered for the single-cluster and multi-cluster warehouses in your account
in the last 365 days (1 year).
Supported events include:
* Creating, dropping, or altering a warehouse, in... | |
snowflake_docs/show-primary-keys_3_0.txt | Parameters ¶
` TERSE `
This clause is accepted syntactically but has no effect on the output.
` IN { ACCOUNT | DATABASE [ <database_name> ] | SCHEMA [
<schema_name> ] | TABLE | [ TABLE ] <table_name> } `
Specifies the scope of the command, which determines whether the command lists
records only for... | |
snowflake_docs/array_except_3_0.txt | Arguments ¶
` _ source_array _ `
An array that contains elements to be included in the new ARRAY.
` _ array_of_elements_to_exclude _ `
An array that contains elements to be excluded from the new ARRAY.
| |
snowflake_docs/hex_decode_string_3_0.txt | Arguments ¶
` _ input _ `
A hex-encoded string expression. Typically the input was created by a call to
| |
snowflake_docs/binary-examples_0_0.txt | /
with Binary Values
| |
snowflake_docs/system_get_gcp_kms_cmk_grant_access_cmd_1_0.txt | SYSTEM$GET_GCP_KMS_CMK_GRANT_ACCESS_CMD ¶
Returns a Google Cloud gcloud command to obtain policy information for the
Google Cloud Key Management Service for use with customer-managed keys and
Tri-Secret Secure for Snowflake accounts on Google Cloud Platform.
See also:
guide/security-encryption-manage)
| |
snowflake_docs/desc-alert_3_0.txt | Required Parameters ¶
` _ name _ `
Identifier for the alert to describe. If the identifier contains spaces or
special characters, the entire string must be enclosed in double quotes.
Identifiers enclosed in double quotes are also case-sensitive.
| |
snowflake_docs/merge_3_0.txt | Parameters ¶
` _ target_table _ `
Specifies the table to merge.
` _ source _ `
Specifies the table or subquery to join with the target table.
` _ join_expr _ `
Specifies the expression on which to join the target table and source.
| |
snowflake_docs/operators-subquery_1_0.txt | Subquery Operators ¶
This topic provides reference information about the subquery operators
supported in Snowflake. A subquery is a query within another query.
| |
snowflake_docs/create-row-access-policy_10_0.txt | Examples ¶
function. If role activation and role hierarchy is necessary in the policy
The following row access policy allows users whose CURRENT_ROLE is the `
it_admin ` custom role to see rows that contain the employee ID number (i.e.
` empl_id ` ) in the query result.
>
> create or replace row access policy ... | |
snowflake_docs/charindex_4_0.txt | Usage Notes ¶
* If any arguments are NULL, the function returns NULL.
* If the string or binary value is not found, the function returns ` 0 ` .
* If the specified optional ` _ start_pos _ ` is beyond the end of the second argument (the string to search), the function returns ` 0 ` .
* If the first arg... | |
snowflake_docs/desc-secret_9_0.txt | Usage notes ¶
* Snowflake never returns the ` PASSWORD ` property value.
| |
snowflake_docs/drop-application_4_0.txt | Optional Parameters ¶
` CASCADE `
Drops the application object and all objects owned by the app, including
tables with primary or unique keys that are referenced by foreign keys in
other tables.
If ` CASCADE ` is not specified, this command returns an error if the app
owns objects outside of itself.
If ` CASCADE ... | |
snowflake_docs/loop_2_0.txt | Syntax ¶
LOOP
<statement>;
[ <statement>; ... ]
END LOOP [ <label> ] ;
Copy
Where:
> ` _ statement _ `
>
>
> A statement can be any of the following:
>
> * A single SQL statement (including CALL).
>
> guide/snowflake-scripting/branch) statement).
>
>
>
>
> ` _ label _ `
>
>
| |
snowflake_docs/bitnot_4_0.txt | Returns ¶
Returns an integer that represents the bitwise negation of the input
expression.
| |
snowflake_docs/activate_4_0.txt | Access Control Requirements ¶
Only a user with the ACCOUNTADMIN role can activate the account budget.
| |
snowflake_docs/parameters_107_0.txt | USE_CACHED_RESULT ¶
Type :
Session — Can be set for Account » User » Session
Data Type :
Boolean
Description :
Specifies whether to reuse persisted query results, if available, when a
matching query is submitted.
Values :
` TRUE ` : When a query is submitted, Snowflake checks for matching query
results for prev... | |
snowflake_docs/alter-connection_0_0.txt | /
4. Replication
11. Failover/Failback
18. Client Redirect
ALTER CONNECTION
| |
snowflake_docs/revoke-privilege-share_2_0.txt | Syntax ¶
REVOKE objectPrivilege ON
{ DATABASE <name>
| SCHEMA <name>
| { TABLE <name> | ALL TABLES IN SCHEMA <schema_name> }
| { ICEBERG TABLE <name> | ALL ICEBERG TABLES IN SCHEMA <schema_name> }
| { VIEW <name> | ALL VIEWS IN SCHEMA <schema_name> } }
FRO... | |
snowflake_docs/system_classify_5_0.txt | label-classification-system-tags) and [ System
> classification-system-tags) .
>
> ` valid_value_ratio `
>
>
> Specifies the ratio of valid values in the sample size. Invalid values
> include NULL, an empty string, and a string with more than 256 characters.
| |
snowflake_docs/current_database_0_0.txt | /
1. General
14. Session
29. Session Object
41. Alert
context) CURRENT_DATABASE
Categories:
| |
snowflake_docs/alter-integration_1_0.txt | ALTER INTEGRATION ¶
Modifies the properties for an existing integration.
See also:
| |
snowflake_docs/create-application-package_6_0.txt | label-access-control-overview-privileges) at a minimum:
Privilege
|
Object
|
Notes
---|---|---
CREATE APPLICATION PACKAGE
|
Account
|
Only the ACCOUNTADMIN role has this privilege by default. The privilege can be
granted to other roles as needed.
For instructions on creating a custom role with a specified set of ... | |
snowflake_docs/ltrim_7_0.txt | ’ characters from a string:
>
> SELECT LTRIM(' | |
snowflake_docs/alter-security-integration_2_0.txt | Syntax ¶
ALTER [ SECURITY ] INTEGRATION [ IF EXISTS ] <name> SET <parameters>
ALTER [ SECURITY ] INTEGRATION [ IF EXISTS ] <name> UNSET <parameter>
ALTER [ SECURITY ] INTEGRATION <name> SET TAG <tag_name> = '<tag_value>' [ , <tag_name> = '<tag_value>' ... ]
ALTER [ SECURITY ] INTEGRATION <name> UNSE... | |
snowflake_docs/collation_11_0.txt | Specification Examples ¶
Some examples of collation specification strings include:
* ` 'de' ` : German (Deutsch) locale.
* ` 'de-ci-pi' ` : German locale, with case-insensitive and punctuation-insensitive comparisons.
* ` 'fr_CA-ai' ` : Canadian French locale, with accent-insensitive comparisons.
* ` '... | |
snowflake_docs/system_get_service_status_3_0.txt | Syntax ¶
SYSTEM$GET_SERVICE_STATUS( [ <db_name>.<schema_name>. ]<service_name> [ , <timeout_secs> ] )
Copy
| |
snowflake_docs/create-replication-group_2_0.txt | Syntax ¶
CREATE REPLICATION GROUP [ IF NOT EXISTS ] <name>
OBJECT_TYPES = <object_type> [ , <object_type> , ... ]
[ ALLOWED_DATABASES = <db_name> [ , <db_name> , ... ] ]
[ ALLOWED_SHARES = <share_name> [ , <share_name> , ... ] ]
[ ALLOWED_INTEGRATION_TYPES = <integration_type_name... | |
snowflake_docs/stddev_pop_3_0.txt | Arguments ¶
` _ expr1 _ `
An expression that evaluates to a numeric value. This is the expression on
which the standard deviation is calculated.
` _ expr2 _ `
This is the optional expression to partition by.
` _ expr3 _ `
This is the optional expression to order by within each partition.
| |
snowflake_docs/search_optimization_history_2_0.txt | Columns ¶
Column Name
|
Data Type
|
Description
---|---|---
START_TIME
|
TIMESTAMP_LTZ
|
Start of the specified time range.
END_TIME
|
TIMESTAMP_LTZ
|
End of the specified time range.
CREDITS_USED
|
TEXT
|
Number of credits billed for the search optimization service during the
START_TIME and END_TIME window.... | |
snowflake_docs/create-file-format_18_0.txt | Examples ¶
Create a CSV file format named ` my_csv_format ` that defines the following
rules for data files:
> * Fields are delimited using the pipe character ( ` | ` ).
>
> * Files include a single header line that will be skipped.
>
> * The strings ` NULL ` and ` null ` will be replaced with NULL values.... | |
snowflake_docs/charindex_1_0.txt | CHARINDEX ¶
Searches for the first occurrence of the first argument in the second argument
and, if successful, returns the position (1-based) of the first argument in
the second argument.
Aliases :
Note that the CHARINDEX function does not support one of the syntax variations
that POSITION supports.
| |
snowflake_docs/as_decimal-number_3_0.txt | Arguments ¶
` _ variant_expr _ `
An expression that evaluates to a value of type VARIANT.
` _ precision _ `
The number of significant digits of the decimal number to store.
` _ scale _ `
The number of significant digits after the decimal point.
| |
snowflake_docs/system_get_cmk_kms_key_policy_3_0.txt | Arguments ¶
None.
| |
snowflake_docs/initcap_2_0.txt | Syntax ¶
INITCAP( <expr> [ , <delimiters> ] )
Copy
| |
snowflake_docs/create-api-integration_3_0.txt | For Amazon API Gateway ¶
CREATE [ OR REPLACE ] API INTEGRATION [ IF NOT EXISTS ] <integration_name>
API_PROVIDER = { aws_api_gateway | aws_private_api_gateway | aws_gov_api_gateway | aws_gov_private_api_gateway }
API_AWS_ROLE_ARN = '<iam_role>'
[ API_KEY = '<api_key>' ]
API_ALLOWE... | |
snowflake_docs/create-application-package_1_0.txt | CREATE APPLICATION PACKAGE ¶
Available
This feature is not supported on Google Cloud Platform.
Creates a new application package that contains the data content and
application logic of an application using the Native Apps Framework. An
application package is a database with added features that specify the
following:... | |
snowflake_docs/forecast_19_0.txt | Output ¶
The SERIES column is present only for multi-series forecasts. Single-series
forecasts do not have this column.
Column
|
Type
|
Description
---|---|---
SERIES
|
|
Series value (if model was trained with multiple time series).
TS
|
variations)
|
Timestamp.
FORECAST
|
|
Forecast target value.
LOWER_B... | |
snowflake_docs/collation_28_0.txt | Differences in Sort Order ¶
Sorting for the ` upper ` and ` lower ` collation specifications works
differently from sorting for the ` ci ` specification:
* With the ` ci ` specification, strings are sorted by collation key. In general, the collation key can account for case sensitivity, accent sensitivity, loc... | |
snowflake_docs/alter-table_24_0.txt | Swapping Tables ¶
The following statements create tables named ` t1 ` and ` t2 ` :
CREATE OR REPLACE TABLE t1(a1 NUMBER, a2 VARCHAR, a3 DATE);
CREATE OR REPLACE TABLE t2(b1 VARCHAR);
Copy
DESC TABLE t1;
Copy
+------+-------------------+--------+-------+---------+-------------+------------+-------+-... | |
snowflake_docs/desc-compute-pool_0_0.txt | /
1. IMAGE REGISTRY AND REPOSITORY
5. COMPUTE POOL
11. SERVICE
18. JOB
container-services) DESCRIBE COMPUTE POOL
| |
snowflake_docs/desc-masking-policy_1_0.txt | DESCRIBE MASKING POLICY ¶
This feature requires Enterprise Edition (or higher). To inquire about
upgrading, please contact [ Snowflake Support
Snowflake-Lodge) .
Describes the details about a masking policy, including the creation date,
name, data type, and SQL expression.
DESCRIBE can be abbreviated to DESC.
See al... | |
snowflake_docs/add_months_3_0.txt | Arguments ¶
**Required:**
` _ date_or_timestamp_expr _ `
This is the date or timestamp expression to which you want to add a specified
number of months.
` _ num_months_expr _ `
This is the number of months you want to add. This should be an integer. It
may be positive or negative. If the value is a non-integer num... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.