en el moras
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
|
||||
/* 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,
|
||||
@@ -15,5 +7,5 @@ select
|
||||
|
||||
from entrada as e
|
||||
inner join vuelo.mes as m on m.id=month(e.fecha)
|
||||
where e.id= " #imid ";
|
||||
where e.id= ? ; #imid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user