質問編集履歴

1

テーブル情報を追加

2017/03/03 09:37

投稿

Shinno
Shinno

スコア7

title CHANGED
File without changes
body CHANGED
@@ -40,4 +40,10 @@
40
40
  uri.businessdate >= to_date(sysdate-1)
41
41
  order by uri.businessdate desc ,id asc
42
42
 
43
+ 以下追加しました。
44
+ ■項目情報
45
+ "ID" VARCHAR2(10 BYTE) NOT NULL ENABLE,
46
+ "BUSINESSDATE" TIMESTAMP (6) NOT NULL ENABLE,
47
+ "AMOUNT" NUMBER(10,0)
48
+
43
49
  ```