Skip to content
Snippets Groups Projects
Commit f5ea1cc6 authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

remove whitespace on otherwise empty line

parent cd4a7a34
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ BEGIN;
ALTER TABLE Angestellter
ADD CONSTRAINT check_Salaer
CHECK (Salaer between 1000 and 20000);
UPDATE angestellter SET salaer=30000 where persnr = 1100;
select * from angestellter WHERE persnr = 1100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment