Skip to content

Commit 9726c92

Browse files
author
Shahbaz Khan
committed
added update.sql
1 parent e4c454d commit 9726c92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update.sql

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
update empl1
2+
set salary=salary*2
3+
where id=1;

0 commit comments

Comments
 (0)