Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
arithmetic
create table salary(id integer,name varchar(30),sal integer,primary key(id)); insert into salary values(1,'abc',60000),(2,'xyz',50000),(3,'mpj',45000); select * from salary; select id,sal+1000 from salary; select id,sal-1000 from salary; select id,sal*2 from salary; select id,sal/2 from salary;
run
|
edit
|
history
|
help
0
TSql - Unroll inventory transactions and compute daily average
Audit Example
BRYANActul
2021-03-09_LeetCodeSQL
split a string into pairs of words
Extracting Id No
QLCB_CSDL
/Users/svetlanakanevskaa/Downloads/ACDB_LIGHT_MS.sql
deepu
new problem SQL