14 lines
250 B
Plaintext
Executable File
14 lines
250 B
Plaintext
Executable File
|
|
/* 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;
|
|
|