en el moras
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbmsg */
|
||||
/* c#user #dbmsg_user */
|
||||
/* c#password #dbmsg_pass */
|
||||
|
||||
select
|
||||
"mlist" as tag,
|
||||
select
|
||||
id as mid,
|
||||
concat(nombre," ",date(fecha)) as "entry"
|
||||
from entrada
|
||||
order by fecha;
|
||||
order by fecha desc
|
||||
limit 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user