Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Created December 28, 2022 19:29
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 kubawieczorek/31cd3d10b84de4b1a56f240db5cce99e to your computer and use it in GitHub Desktop.
Save kubawieczorek/31cd3d10b84de4b1a56f240db5cce99e to your computer and use it in GitHub Desktop.
SELECT xmin, xmax, employeeid, lastname, firstname, payment
FROM employees WHERE firstname = 'Carl';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment