Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

INSERT QUERY

2755267Oct 15 2014 — edited Oct 15 2014

Hi All,

    Could any one tell me how to insert data in table like::

INSERT INTO dim_period (col_name) values (another_query)

Want another query like

select extract(month from calendar_date) from dim_period


here table is same, but i want dayName, day, month, week in month, week in year from date column



so that i want insert query for above task.




Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2014
Added on Oct 15 2014
3 comments
874 views