SQL Language (MOSC)

MOSC Banner

PIVOT view invalid identifier issue

edited Apr 30, 2018 11:26AM in SQL Language (MOSC) 4 commentsAnswered ✓

Hi,

I'm trying to create a pivot view using the following SQL:

  WITH pivot_data AS

  (SELECT fact_nexlist_list_data.list_id,

  fact_nexlist_list_data.list_item_id,

  fact_nexlist_list_data.column_name,

  fact_nexlist_list_data.TEXT_VALUE,

  fact_nexlist_list_data.NUMERIC_VALUE,

  fact_nexlist_list_data.utc_date_key,

  fact_nexlist_list_data.utc_time_key,

  fact_nexlist_list_data.pht_date_key,

  fact_nexlist_list_data.pht_time_key,

  fact_nexlist_list_data.est_date_key,

  fact_nexlist_list_data.est_time_key,

  fact_nexlist_list_data.cst_date_key,

  fact_nexlist_list_data.cst_time_key,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center