Skip to content

Instantly share code, notes, and snippets.

@alevyinroc
Last active May 26, 2018 17:03
Show Gist options
  • Select an option

  • Save alevyinroc/4012f5866ddb4e1a3bfa9296071dfdee to your computer and use it in GitHub Desktop.

Select an option

Save alevyinroc/4012f5866ddb4e1a3bfa9296071dfdee to your computer and use it in GitHub Desktop.
insert into triggertest(Home,Away,LastModified) values(14,17,'2008-02-03 22:05:00 -05:00');
select * from triggertest;
insert into defaulttest(Home,Away,LastModified) values(14,17,'2008-02-03 22:05:00 -05:00');
select * from defaulttest;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment