Skip to content

Instantly share code, notes, and snippets.

@ShaharHD
Created June 17, 2014 03:55
Show Gist options
  • Save ShaharHD/b5125c263bd384a5e591 to your computer and use it in GitHub Desktop.
Save ShaharHD/b5125c263bd384a5e591 to your computer and use it in GitHub Desktop.
SQL proc
DO $$
DECLARE v_List TEXT;
BEGIN
v_List := 'foobar' ;
END $$;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment