About 3,610,000 results
Open links in new tab
  1. CREATE FUNCTION - Snowflake Documentation

    Creates a new function if it doesn’t already exist, or transforms an existing function into the function defined in the statement. A CREATE OR ALTER FUNCTION statement follows the …

  2. Creating a user-defined function | Snowflake Documentation

    You can create a user-defined function (UDF) using any of several methods available with Snowflake. These methods are described in this topic. Create a UDF¶ Write function logic as a …

  3. Getting Started With User-Defined SQL Functions - Snowflake

    First, we'll go over how to create your Snowflake account and manage user permissions. 3. Create Database Objects. 1. Create a new Database. 2. Create a new Schema. 3. Copy …

  4. USE SCHEMA - Snowflake Documentation

    If the database and schema are specified for a user session, unqualified object names are allowed in SQL statements and queries. See also: CREATE SCHEMA, ALTER SCHEMA, …

  5. Snowflake User Defined Functions, Syntax and Examples

    Dec 5, 2022 · Snowflake supports creating user defined function. You can create custom user-defined functions (UDF) using either SQL statements or Java script program. In this article, we …

  6. set Database and Schema name using variable in select …

    Mar 2, 2023 · I have been trying to set database and schema name using variable and a static table name. I don't want to use dynamic sql for the same. Below is the code which i tried and …

  7. How to Create Schema in Snowflake Database | Hevo - Hevo Data

    Jun 7, 2024 · This article highlights how to create a schema in Snowflake; you can use the Snowflake user interface or the Snowflake CREATE SCHEMA function. Based on your …

  8. how to use SQL user defined function in snowflake?

    Mar 26, 2019 · use schema SNOWFLAKE_SAMPLE_DATA.TPCH_SF1; --use schema SNOWFLAKE_SAMPLE_DATA.TPCH_SF10; select * from LINEITEM limit 200 You can see …

  9. How to create a SQL User Defined Function in Snowflake

    Sep 14, 2022 · Step 2: Create a Database in Snowflake. We can create it in two ways: using the CREATE DATABASE statement. Note: You do not need to create a schema in the database …

  10. How to write dynamic queries in snowflake user defined functions

    You can use Snowflake PROCEDURE which supports snowflake object to execute dynamic queries. https://docs.snowflake.com/en/sql-reference/stored-procedures-usage.html. If the …

  11. Some results have been removed
Refresh