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
Comercio
tableA
row number
Trabalho.Agrecação
Quiz
Exam_2_Final
Use the right tool to get identity values back after an insert
hi
SQL5
get first parent with a value