Created
December 8, 2021 08:26
-
-
Save nivb52/3f3491063a319739004f0bccb4d45b6a to your computer and use it in GitHub Desktop.
Small Clauses and Functions For PosgresSql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Random Text | |
| (SELECT array_to_string(array(select substr('ABCDEFGHIJKLMNOPQRSTUVWX-Y-Z_0123456789',((RANDOM()*(39)+1)::integer),1) from generate_series(1,16)),'')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment