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!
{noformat} tag to make it readable and those people who use {noformat}
SQL*Plus command: SQL> DESC TIS_EVENT SQL> DESC TIS_DT SQL> DESC TIS_EVENT_DT_RLTSHP
SELECT t.r_id_event4, t.event_id, t2.event_desc, To_char(t3.DATE, 'YYYY') AS Year FROM tis_event_dt_rltshp t --EVENT DATE RELATIONSHIP join tis_event t2 USING (event_id) --EVENT join tis_dt t3 USING (event_id) --DATE WHERE t2.annual_event_flg = 'Y' AND To_char(t3.DATE, 'YYYY') = '2013';