waldemar
12-13-01, 10:43
| Originally I was looking for an EVAL-like function in PL/SQL: I have a variable that contains the name of a column. Now I would like to access these column values, something like myvalue := myrecord_rec.MYVARIABLE; ^^^^^^^^^^ EVAL() ??? How is this done in PL/SQL? But..... ...maybe eval just doesnt exist in PL/SQL... is there a way to refer to a certain column number?? Instead of using names I could simply choose the "value of colum(numer 2)" or something similar....?? Thanks in advance |