|
|
| version 1.18, 2004/03/01 12:53:17 | version 1.48, 2004/06/18 15:55:47 |
|---|---|
| Line 1 | Line 1 |
| $s[123] | ^connect[oracle://mts_imprimatur2:imp2@mts]{ |
| ^s.mid(0;2) | # ^void:sql{create table paf(a clob)} |
| ^s.left(5) | # ^void:sql{insert into paf (a) values (/**a**/'a')} |
| ^s.right(1) | # ^void:sql{insert into paf (a) values (:unk)} |
| ^void:sql{delete from pif} | |
| ^void:sql{call paf(:a)}[ | |
| $.bind[ | |
| $.a[2] | |
| ] | |
| ] | |
| ^int:sql{select count(*) from pif} | |
| "^string:sql{select a from pif}" | |
| # ^string:sql{select a from paf} | |
| OK | |
| } |