From 0ec50a1ee462a219d76fad3fb90252eea6438c23 Mon Sep 17 00:00:00 2001 From: nikob-dev <55336691+nikob-dev@users.noreply.github.com> Date: Fri, 10 May 2024 20:38:25 -0400 Subject: [PATCH] Remove topic text (#5307) Removing no-context spam at the bottom. --- src/data/roadmaps/sql/content/111-transactions/105-savepoint.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/roadmaps/sql/content/111-transactions/105-savepoint.md b/src/data/roadmaps/sql/content/111-transactions/105-savepoint.md index e00437244..5d97ac901 100644 --- a/src/data/roadmaps/sql/content/111-transactions/105-savepoint.md +++ b/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. 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. \ No newline at end of file