You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Finding a Column List via SQL

edited Jun 21, 2016 4:59PM in Taleo Enterprise 1 comment

Summary

Using SQL to get all column names and fields

Content

Hello,

I am trying to get all of the column names and fields to assist in SQL writing and report creation similar to this:

<span class="kwd" style="margin: 0px; padding: 0px; border: 0px; color: rgb(16, 16, 148);">SELECT</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);"> table_name</span><span class="pun" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);">,</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);"> column_name</span><span class="pun" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);">,</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);"> data_type</span><span class="pun" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);">,</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: rgb(48, 51, 54);"> data_length
</span><span class="kwd" style="margin: 0px; padding: 0px; border: 0px;

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!