A - Using Trunc(ID_NUMBER, -6) we reduce the cardinality of the column by turning the last 6 digits of the ID to zeros https://docs.snowflake.com/fr/sql-reference/functions/trunc
A.
As another example, you can truncate a number to fewer significant digits by using the TRUNC functions and a negative value for the scale (e.g. TRUNC(123456789, -5)).
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.
MatthieuDN
3 months, 2 weeks agoathir
5 months, 3 weeks ago