You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRQL does not yet have any random function(s). SQL have the RAND function which can be used awkwardly used using s-strings.
It would be nice if PRQL has a random function, it could work like randint in Python, i.e. take in a low and high parameter in order to specify a range. The SQL RAND function does not have this feature it can takes a seed as parameter.
What's up?
PRQL does not yet have any random function(s). SQL have the
RAND
function which can be used awkwardly used using s-strings.It would be nice if PRQL has a random function, it could work like
randint
in Python, i.e. take in a low and high parameter in order to specify a range. The SQLRAND
function does not have this feature it can takes a seed as parameter.It could even generate a random letter:
The text was updated successfully, but these errors were encountered: