Skip to content

Instantly share code, notes, and snippets.

@krk
Created June 27, 2017 14:55
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 krk/e7dd6efc8c22515a69fd238b4e577175 to your computer and use it in GitHub Desktop.
Save krk/e7dd6efc8c22515a69fd238b4e577175 to your computer and use it in GitHub Desktop.
selectClause.y.diff
select_clause
{
! $$ = makeSetOp(SETOP_EXCEPT, $3, $4, $1, $5);
}
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment