Skip to content

Instantly share code, notes, and snippets.

@nivb52
Created December 8, 2021 08:26
Show Gist options
  • Select an option

  • Save nivb52/3f3491063a319739004f0bccb4d45b6a to your computer and use it in GitHub Desktop.

Select an option

Save nivb52/3f3491063a319739004f0bccb4d45b6a to your computer and use it in GitHub Desktop.
Small Clauses and Functions For PosgresSql
-- 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