Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Created January 27, 2023 20:14
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/36f8ee46df43a5784455588f690e9e4b to your computer and use it in GitHub Desktop.
Save kubawieczorek/36f8ee46df43a5784455588f690e9e4b to your computer and use it in GitHub Desktop.
private static final String UPDATE_ACCOUNT_SQL = "UPDATE accounts SET balance = ?, version = ? WHERE account_id = ? AND version = ?";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment