Skip to content

Instantly share code, notes, and snippets.

@srinathperera
Created August 7, 2013 11:13
Show Gist options
  • Save srinathperera/6173168 to your computer and use it in GitHub Desktop.
Save srinathperera/6173168 to your computer and use it in GitHub Desktop.
from a1 = PizzaOder,
PizzaOder[custid!=a1.custid]*,
a2 = PizzaOder[custid=a1.custid]
insert into ReturningCustomers
a1.custid as custid a2.ts as ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment