|
Разные данные
|
|||
---|---|---|---|
#18+
terra_nova2, В запросе Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8.
... |
|||
:
Нравится:
Не нравится:
|
|||
03.09.2010, 16:16 |
|
Разные данные
|
|||
---|---|---|---|
#18+
terra_nova2, в следующий раз когда задаете вопрос с запросами указывайте структуру и связи используемых таблиц. Если бы ВЫ это сделали еще вчера, то получили бы ответ еще вчера. ... |
|||
:
Нравится:
Не нравится:
|
|||
03.09.2010, 16:18 |
|
Разные данные
|
|||
---|---|---|---|
#18+
terra_nova2поэтому вы и не можете ни записать туда значение ни считать его. ... автоматически созданными процессами. А если всё-таки прочитать и выполнить всё то, что в 2 Day + Application Express Developer's Guide и Application Express Advanced Tutorials (тынцы на доку 3.2), то случится одно из двух: либо у ТС самостоятельно пропадут вопросы, либо появятся знания для реализации фантазий... :) ... |
|||
:
Нравится:
Не нравится:
|
|||
03.09.2010, 16:22 |
|
Разные данные
|
|||
---|---|---|---|
#18+
suPPLerterra_nova2поэтому вы и не можете ни записать туда значение ни считать его. ... автоматически созданными процессами. А если всё-таки прочитать и выполнить всё то, что в 2 Day + Application Express Developer's Guide и Application Express Advanced Tutorials (тынцы на доку 3.2), то случится одно из двух: либо у ТС самостоятельно пропадут вопросы, либо появятся знания для реализации фантазий... :) Я за второй вариант :-) ... |
|||
:
Нравится:
Не нравится:
|
|||
03.09.2010, 16:25 |
|
Разные данные
|
|||
---|---|---|---|
#18+
Спасибо так и сделала, работает.Вначале так и хотела сделать, но думала может как-нибудь по-проще можно. На будущее,как это делается?Я пыталась через sql запрос,не получалось. или из отдельного запроса. ... |
|||
:
Нравится:
Не нравится:
|
|||
06.09.2010, 10:01 |
|
Разные данные
|
|||
---|---|---|---|
#18+
checkinСпасибо так и сделала, работает.Вначале так и хотела сделать, но думала может как-нибудь по-проще можно. На будущее,как это делается?Я пыталась через sql запрос,не получалось. или из отдельного запроса. Содержимое Items может быть результатом: * Always Null - the value will be set to null. * Static Assignment (value equals source attribute) - The value will be set to the contents of the Source value or expression field. * SQL Query (return single value) - Set the value to the result of executing the SQL query in the Source value or expression field. Just the value of the first row will be used. * SQL Query (return colon separated value) - Set the value to the result of executing the SQL query in the Source value or expression field. If the result contains multiple rows then a colon separated value will be set. * Item (application or page item name) - Set the value to the results of the query in the Source value or expression field. * PL/SQL Expression or Function - Set the value to the results of executing the PL/SQL expression or function reference in the Source value or expression field. * PL/SQL Function Body - Set the value to the results of executing the PL/SQL function body in the Source value or expression field. * Database Column - Set the value to the column value named in the Source value or expression field when this column is referenced in built-in row fetch or DML process type. The database column name in that field is case sensitive. * Preference - Set the value to the value of the preference item named in the Source value or expression field. Особых познаний в английском языке не надо для понимания текста. Выбрать Item -> Source -> Выбрать Source Type -> Ввести соответствующий текст в Source value or expression ПРИМЕР. Source Type: SQL QUERY (return single value) Source value or expression: select sysdate from dual ... |
|||
:
Нравится:
Не нравится:
|
|||
06.09.2010, 10:12 |
|
Разные данные
|
|||
---|---|---|---|
#18+
А можно на этом примере показать? В поле "Source value or expression" так и надо писать?(SQL Query) Select f.NAME FROM T1 a,T2 d,T3 f Where a.IDD = d.IDD and d.IDF=f.IDF terra_nova2checkinСпасибо так и сделала, работает.Вначале так и хотела сделать, но думала может как-нибудь по-проще можно. На будущее,как это делается?Я пыталась через sql запрос,не получалось. или из отдельного запроса. Содержимое Items может быть результатом: * Always Null - the value will be set to null. * Static Assignment (value equals source attribute) - The value will be set to the contents of the Source value or expression field. * SQL Query (return single value) - Set the value to the result of executing the SQL query in the Source value or expression field. Just the value of the first row will be used. * SQL Query (return colon separated value) - Set the value to the result of executing the SQL query in the Source value or expression field. If the result contains multiple rows then a colon separated value will be set. * Item (application or page item name) - Set the value to the results of the query in the Source value or expression field. * PL/SQL Expression or Function - Set the value to the results of executing the PL/SQL expression or function reference in the Source value or expression field. * PL/SQL Function Body - Set the value to the results of executing the PL/SQL function body in the Source value or expression field. * Database Column - Set the value to the column value named in the Source value or expression field when this column is referenced in built-in row fetch or DML process type. The database column name in that field is case sensitive. * Preference - Set the value to the value of the preference item named in the Source value or expression field. Особых познаний в английском языке не надо для понимания текста. Выбрать Item -> Source -> Выбрать Source Type -> Ввести соответствующий текст в Source value or expression ПРИМЕР. Source Type: SQL QUERY (return single value) Source value or expression: select sysdate from dual ... |
|||
:
Нравится:
Не нравится:
|
|||
06.09.2010, 12:22 |
|
Разные данные
|
|||
---|---|---|---|
#18+
checkinА можно на этом примере показать? В поле "Source value or expression" так и надо писать?(SQL Query) Select f.NAME FROM T1 a,T2 d,T3 f Where a.IDD = d.IDD and d.IDF=f.IDF Да но! Смотрите? есть три Items: Код: plaintext 1. 2. 3.
... |
|||
:
Нравится:
Не нравится:
|
|||
06.09.2010, 12:42 |
|
|
start [/forum/topic.php?fid=50&msg=36828678&tid=1876815]: |
0ms |
get settings: |
7ms |
get forum list: |
14ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
53ms |
get topic data: |
9ms |
get forum data: |
3ms |
get page messages: |
44ms |
get tp. blocked users: |
1ms |
others: | 270ms |
total: | 409ms |
0 / 0 |