Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Oracle APEXデモンストレーション手順

Oracle APEXデモンストレーション手順

12/17のOracle Developer Days向けにデモ手順をPPTに記載した。
全部行うと30分程度の時間を要すると思う。

Free Tier上のAPEX 20.2で手順を確認している。

oracle4engineer

December 02, 2020
Tweet

More Decks by oracle4engineer

Other Decks in Programming

Transcript

  1. Costチャートの改良 Copyright © 2020, Oracle and/or its affiliates 14 select

    COST, count(*) value from TASKS group by COST order by 2 desc select PROJECT, sum(cost) value from TASKS group by PROJECT order by 2 desc 1 2 3 4
  2. 範囲の更新 Copyright © 2020, Oracle and/or its affiliates 20 1#G#000

    - 2#G#000 >=2#G#000 2000| 1000|2000 表示値 戻り値 1 2 3 4 5
  3. 共有コンポーネントのLOV作成 Copyright © 2020, Oracle and/or its affiliates 32 select

    status d, status r from tasks group by status 1 2 3 4 5 6 7 8 9 10 11
  4. クイックSQLによるアプリケーション作成 Copyright © 2020, Oracle and/or its affiliates 48 qs_tasks

    /insert 73 project task_name assigned_to start_date end_date status cost number budget number 1 2 3 4 5 6 7 8