updatedb
This commit is contained in:
19
public/home/admin/mensajes/json/qGetInfo.q
Executable file
19
public/home/admin/mensajes/json/qGetInfo.q
Executable file
@@ -0,0 +1,19 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbmsg */
|
||||
/* c#user #dbmsg_user */
|
||||
/* c#password #dbmsg_pass */
|
||||
|
||||
|
||||
|
||||
select
|
||||
e.id as imid,
|
||||
concat(day(e.fecha)," de ",m.nombre," ", year(e.fecha)) as imdate,
|
||||
e.nombre as imname,
|
||||
e.correo as imail,
|
||||
e.texto as immsg
|
||||
|
||||
from entrada as e
|
||||
inner join vuelo.mes as m on m.id=month(e.fecha)
|
||||
where e.id= " #imid ";
|
||||
|
||||
Reference in New Issue
Block a user