Remove topic text (#5307)

Removing no-context spam at the bottom.
pull/3534/head^2
nikob-dev 7 months ago committed by GitHub
parent 1d74d0b223
commit 0ec50a1ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/sql/content/111-transactions/105-savepoint.md

@ -56,5 +56,3 @@ ROLLBACK TRANSACTION TO savepoint_name;
This statement rolls back a transaction to the named savepoint without terminating the transaction. This statement rolls back a transaction to the named savepoint without terminating the transaction.
Please note, savepoint names are not case sensitive and must obey the syntax rules of the server. Please note, savepoint names are not case sensitive and must obey the syntax rules of the server.
If you found this information useful and want to learn more about topics like transactions, SQL commands, normalisation and more, consider subscribing to our mailing list. You’ll receive regular updates and exclusive content to help you become a better SQL developer. Please contact me if you have any further queries.
Loading…
Cancel
Save