システム名 | http://www.as-link.com/ | 作成者 | 秦 松甫 |
---|---|---|---|
サブシステム名 | ERPlus@iDempiere3.1_daily | 作成日 | 2016/3/7 |
スキーマ名 | adempiere | 更新日 | |
論理テーブル名 | RDBMS | PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit 9.4.5 | |
物理テーブル名 | rv_requestupdates_only | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | ad_client_id | numeric | ||||
2 | ad_org_id | numeric | ||||
3 | isactive | character | ||||
4 | created | timestamp with time zone | ||||
5 | createdby | integer | ||||
6 | updated | timestamp with time zone | ||||
7 | updatedby | integer | ||||
8 | r_request_id | numeric(10) | ||||
9 | ad_user_id | numeric(10) |
ソース |
---|
SELECT min(rv_requestupdates.ad_client_id) AS ad_client_id, |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | viewname | rv_requestupdates_only |
3 | viewowner | adempiere |
4 | definition | SELECT min(rv_requestupdates.ad_client_id) AS ad_client_id, min(rv_requestupdates.ad_org_id) AS ad_org_id, 'Y'::bpchar AS isactive, getdate() AS created, 0 AS createdby, getdate() AS updated, 0 AS updatedby, rv_requestupdates.r_request_id, rv_requestupdates.ad_user_id FROM rv_requestupdates WHERE (rv_requestupdates.isactive = 'Y'::bpchar) GROUP BY rv_requestupdates.r_request_id, rv_requestupdates.ad_user_id; |