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