Skip to content

Instantly share code, notes, and snippets.

@dickyaryag6
Created September 5, 2021 06:20
Show Gist options
  • Select an option

  • Save dickyaryag6/8356788e3c662dee2d171252e08c6c3c to your computer and use it in GitHub Desktop.

Select an option

Save dickyaryag6/8356788e3c662dee2d171252e08c6c3c to your computer and use it in GitHub Desktop.
ALTER TABLE person
ADD CONSTRAINT person_name_country_unique UNIQUE ("name", country);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment