Skip to Content
0
Apr 15, 2014 at 07:27 PM

relacion tablas, reporte financiero

345 Views

Estimados recurro a ustedes con una simple pregunta, como se relacionan las tablas

OFRT, OFRC y FRC1

intento así pero no funciona.

select * from OFRC t1

inner join FRC1 t2

on t1.CatId = t2.CatId

inner join OFRT t3

on t3.Name = t1.Name

Saludos y muchas gracias de antemano.