Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Cristina
Генерация чисел в диапазоне в MS SQL
how-to-assign-a-random-value-in-a-select-statement-in-sqlserver
Get all dates between two given dates
№1
megha
1
Marco - Arvind
tableB
Update Temp table to Insert node in XML data using SQL
Please log in to post a comment.