Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
flujo1
drop table if exists tbl; create table tbl ( id int primary key AUTO_INCREMENT, valor int not null, texto varchar(50) not null ); insert into tbl (valor, texto) values (1, 'aaa'); insert into tbl (valor, texto) values (5, 'eee'); insert into tbl (valor, texto) values (2, 'bbb'); insert into tbl (valor, texto) values (4, 'ddd'); insert into tbl (valor, texto) values (3, 'ccc'); select * from tbl order by id desc limit 1; drop table tbl;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
salamatova
https://ru.stackoverflow.com/questions/663810
ITM_14210069
Charles Chung
test
test wall
exp11
Sumas horarias y fechas
mrgzmerch
Práctica MySQL 1
Please log in to post a comment.