79262943

Date: 2024-12-08 17:06:22
Score: 1.5
Natty:
Report link

Use ACCOUNT_NAME column in the filter

https://docs.snowflake.com/en/sql-reference/organization-usage/accounts#columns

select * from snowflake.organization_usage.accounts where ACCOUNT_NAME = 'XXXX'; 
or
select * from snowflake.organization_usage.accounts where ACCOUNT_NAME ilike 'XXXX%'; 
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: sprethepa