Positive numbers start with the first query executed in the session. For example:
LAST_QUERY_ID(1) returns the first query.
LAST_QUERY_ID(2) returns the second query.
LAST_QUERY_ID(6) returns the sixth query.
Negative numbers start with the most recently-executed query in the session. For example:
LAST_QUERY_ID(-1) returns the most recently-executed query (equivalent to LAST_QUERY_ID()).
LAST_QUERY_ID(-2) returns the second most recently-executed query.
https://docs.snowflake.com/en/sql-reference/functions/last_query_id#usage-notes
Positive numbers start with the first query executed in the session. For example:
LAST_QUERY_ID(1) returns the first query.
LAST_QUERY_ID(2) returns the second query.
LAST_QUERY_ID(6) returns the sixth query.
Etc.
Negative numbers start with the most recently-executed query in the session. For example:
LAST_QUERY_ID(-1) returns the most recently-executed query (equivalent to LAST_QUERY_ID()).
LAST_QUERY_ID(-2) returns the second most recently-executed query.
Etc.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BobFar
8 months, 2 weeks agoBobFar
8 months, 2 weeks agoMultiCloudIronMan
11 months, 1 week agobibisa
1 year, 4 months agoShagunMittal
1 year, 4 months agoKatarzyna04
1 year, 4 months agoSimbajagnole
1 year, 4 months ago