Pass this SQL query to Propel

1

I need to be able to pass this SQL query to Propel

select Pers_CodigoPersona, Pers_Id 
from Persona
where Pers_Id = (select max(Pers_Id) 
from Persona
where Pers_Tipo = 1)
    
asked by Cris 29.03.2018 в 00:25
source

0 answers