Relative Content

Tag Archive for snowflake-cloud-data-platformsnowflake-schema

Snowflake sequence issue

I’m trying to create a sequence into Snowflake for a table ID, I need it to increase 1 by 1 (1,2,3,4,…), how ever when I create it and try sequence.nextval it increases (1,101,201,301…) and I don’t know why.

When prepared statements in ‘ALTER ‘ sql queries in snowflake will be supported?

I set the session tag with “ALTER SESSION SET QUERY_TAG = ‘%s’;”; but i get from VERACODE sql injection issue and to resolve that issue i need to use a prepared statement. but Snowflake for now doesn’t support the prepared statement for ALTER.
Do they intend to support that, if yes when, and if not how i resolve that issue in Veracode?