Run Code
|
API
|
Code Wall
|
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
Yta
SMI_SQL
Práctica MySQL 1
vwall
teste
MySQL is added
mysql - order by,limit,offset
sree..
Resta fechas_horas
ventas