Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Casting in utils hash function #418

Open
thebroberts opened this issue Jun 21, 2023 · 0 comments
Open

Casting in utils hash function #418

thebroberts opened this issue Jun 21, 2023 · 0 comments

Comments

@thebroberts
Copy link

thebroberts commented Jun 21, 2023

Output from tsql hashbytes('md5',...) is 16 bytes (docs) but it's being cast as varchar(50) instead of varchar(32). Is there a reason for this?

lower(convert(varchar(50), hashbytes('md5', coalesce(convert(varchar(max), {{field}}), '')), 2))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant