FieldID

What exactly do you mean by a "fieldid of a field in a table"?

------------------
Marco Kalter
Allround Automations
 
Why is it important to know the position of a field in the table?

In any case, you can query the all_tab_columns view to find this information. You need to know the owner and name of the table, and the name of the column. The column_id is the sequence number of the column as created.

------------------
Marco Kalter
Allround Automations
 
Back
Top