Skip to content

Instantly share code, notes, and snippets.

@achampav
Created November 16, 2018 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achampav/fe411efeb44c3675cb70cb91db20893e to your computer and use it in GitHub Desktop.
Save achampav/fe411efeb44c3675cb70cb91db20893e to your computer and use it in GitHub Desktop.
c1 cursor (c_exemple_table_name character varying) is
(select column_name from information_schema.columns
where table_name = c_exemple_table_name
order by ordinal_position);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment