Place value of a table2 in a query to table1.
I have a query in SQL
SELECT ROW_NUMBER() over (partition by IdCertificado order by FechaCambio) Consecutivo,
upper (IdCertificado) IdCertificado , IdTipoSolicitud ,
cast (FechaCambio AS date)...
asked by
31.07.2018 / 21:50