updatedb
This commit is contained in:
13
public/home/admin/mensajes/qEntries.q
Executable file
13
public/home/admin/mensajes/qEntries.q
Executable file
@@ -0,0 +1,13 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbmsg */
|
||||
/* c#user #dbmsg_user */
|
||||
/* c#password #dbmsg_pass */
|
||||
|
||||
select
|
||||
"mlist" as tag,
|
||||
id as mid,
|
||||
concat(nombre," ",date(fecha)) as "entry"
|
||||
from entrada
|
||||
order by fecha;
|
||||
|
||||
Reference in New Issue
Block a user