hi
I need generate dinamic sql:
I need a select sentence with all fields of one table 't1'
and all fields of tables which 't1' have foreings keys 't1 ( reflexive ) ,t2,t3,...'
Now, l have de select part, de select from...
but I don`t know how create de join clauses ?
Some idea about this ?
Thank very much.
RaulGZ.
I need generate dinamic sql:
I need a select sentence with all fields of one table 't1'
and all fields of tables which 't1' have foreings keys 't1 ( reflexive ) ,t2,t3,...'
Now, l have de select part, de select from...
but I don`t know how create de join clauses ?
Some idea about this ?
Thank very much.
RaulGZ.
Comment