Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
insert into my_client (NAME,SURNAME,AGE) values ('Dima','Ivanov',28), ('Alister','Borisov',18), ('Nikolas','Ivanov',16), ('John','Ivanov',34), ('Andre','Ivanov',52), ('Ivan','',34); select * from (select age from my_client where age between 1 and 12) as rebenok, (select age from my_client where age between 13 and 18) as podrostok
run
|
edit
|
history
|
help
0
..
barbato
MySQL: calculate overlapping periods
Aditya
1831
new_road
Get the value based on row before
test
delivery_boy
Subrahmanyamk