We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uuid()
Like rand(), uuid() should never be evaluated early. It should return a new value for each evaluation.
rand()
select uuid(), uuid(); +--------------------------------------+--------------------------------------+ | uuid() | uuid() | +--------------------------------------+--------------------------------------+ | e98d77a2-c736-11ec-96cf-e00af64e177e | e98d77b3-c736-11ec-96cf-e00af64e177e | +--------------------------------------+--------------------------------------+
The text was updated successfully, but these errors were encountered:
jycor
No branches or pull requests
Like
rand()
,uuid()
should never be evaluated early. It should return a new value for each evaluation.The text was updated successfully, but these errors were encountered: