8 lines
109 B
Plaintext
Executable File
8 lines
109 B
Plaintext
Executable File
select
|
|
id as mid,
|
|
concat(nombre," ",date(fecha)) as "entry"
|
|
from entrada
|
|
order by fecha desc
|
|
limit 100;
|
|
|