質問は:
DW1_ tables
ISO 規格のUSER_OBJECTS
テーブル名、作成日時を含むのリスト。
それは私がこれまで持っているものですが、うまくいきません。
select table_name, to_char(create_date, 'yyyy-mm-dd') from all_tables
where table_name like 'DW1%'
group by table_name;
create_date は無効な識別子です。
誰でもこの質問を手伝ってもらえますか?