fix to work with sqlplus
This commit is contained in:
Carlos Ruiz 2008-04-14 15:20:16 +00:00
parent 3c9d93b5dd
commit 84a23f02ab
1 changed files with 32 additions and 26 deletions

View File

@ -681,9 +681,12 @@ INSERT INTO AD_COLUMN
logic operators := AND OR OR WITH THE PREVIOUS result FROM LEFT TO RIGHT <br> logic operators := AND OR OR WITH THE PREVIOUS result FROM LEFT TO RIGHT <br>
operand := eq{=}, gt{&gt;}, le{&lt;}, NOT{~^!} <br> operand := eq{=}, gt{&gt;}, le{&lt;}, NOT{~^!} <br>
Examples: <br> Examples: <br>
@AD_Table_ID@=14 | @LANGUAGE@!GERGER <br> '||
@PriceLimit@>10 | @PriceList@>@PriceActual@<br> '@AD_Table_ID@=14 | @LANGUAGE@!GERGER <br>
@NAME@>J<br> '||
'@PriceLimit@>10 | @PriceList@>@PriceActual@<br>
'||
'@NAME@>J<br>
Strings may be IN SINGLE quotes (optional)', 1, Strings may be IN SINGLE quotes (optional)', 1,
'D', 'MandatoryLogic', 101, 14, 'D', 'MandatoryLogic', 101, 14,
2000, 'N', 'N', 'N', 'Y', 2000, 'N', 'N', 'N', 'Y',
@ -715,9 +718,12 @@ INSERT INTO AD_FIELD
logic operators := AND OR OR WITH THE PREVIOUS result FROM LEFT TO RIGHT <br> logic operators := AND OR OR WITH THE PREVIOUS result FROM LEFT TO RIGHT <br>
operand := eq{=}, gt{&gt;}, le{&lt;}, NOT{~^!} <br> operand := eq{=}, gt{&gt;}, le{&lt;}, NOT{~^!} <br>
Examples: <br> Examples: <br>
@AD_Table_ID@=14 | @LANGUAGE@!GERGER <br> '||
@PriceLimit@>10 | @PriceList@>@PriceActual@<br> '@AD_Table_ID@=14 | @LANGUAGE@!GERGER <br>
@NAME@>J<br> '||
'@PriceLimit@>10 | @PriceList@>@PriceActual@<br>
'||
'@NAME@>J<br>
Strings may be IN SINGLE quotes (optional)', Strings may be IN SINGLE quotes (optional)',
'Y', 275 ,101, 'Y', 275 ,101,
50218, 'Y', 60, 'N', 50218, 'Y', 60, 'N',