79475369

Date: 2025-02-28 11:30:57
Score: 1.5
Natty:
Report link

You can check the statement execution duration from the Snowflake.account_usage.query_history view by using the required filters

Sample query

select query_id, total_elapsed_time from snowflake.account_usage.query_history;

https://docs.snowflake.com/en/sql-reference/account-usage/query_history

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sprethepa