PB 電子会議室
発言No. | 更新日 | 題名(クリックすると発言内容と関連するコメントが表示されます) |
---|---|---|
19112 | 03/03/20 18:32:29 | RE(9):PB7.0: 入力チェックについて By midorikawa |
19107 | 03/03/20 13:48:38 | RE(8):PB7.0: 入力チェックについて By t-shimmy |
19105 | 03/03/20 13:26:33 | RE(7):PB7.0: 入力チェックについて By midorikawa |
19102 | 03/03/20 11:24:56 | RE(6):PB7.0: 入力チェックについて By t-shimmy |
19099 | 03/03/20 08:49:26 | RE(5):PB7.0: 入力チェックについて By midorikawa |
19093 | 03/03/19 16:14:27 | RE(4):PB7.0: 入力チェックについて By t-shimmy |
19092 | 03/03/19 13:14:10 | RE(3):PB7.0: 入力チェックについて By nishimura-j |
19091 | 03/03/19 12:27:52 | RE(2):PB7.0: 入力チェックについて By midorikawa |
19090 | 03/03/19 11:08:11 | RE(1):PB7.0: 入力チェックについて By t-shimmy |
19085 | 03/03/18 21:02:52 | PB7.0: 入力チェックについて By midorikawa |
カテゴリ:データウィンドウ
日付:2003年03月20日 13:48 発信者:t-shimmy
題名:RE(8):PB7.0: 入力チェックについて
midorikawaさん、こんにちは。
>
>もしかして、前の質問の書き方が悪かったのかもしれません。
>「Fromカラム≦Toカラム」の比較」とは、
>--------
>「Fromカラム>Toカラム」の場合 → OK
>「Fromカラム≦Toカラム」の場合 → NG
>--------
>ということだったのですが・・・。
あっ! 見落としてました。 下記のように=を取ればOKだと思いますがどうでしょうか?
>お手数をお掛けしますが、よろしくお願いします。
>------------------
>[ FROM ]
>isnull( col_to ) or ((not isnull( col_to )) and string( col_to,\"yyyy-mm-dd\") <= gettext())
isnull( col_to ) or ((not isnull( col_to )) and string( col_to,\"yyyy-mm-dd\") < gettext())
>[ TO ]
>isnull( col_from ) or ((not isnull( col_from )) and string( col_from ,\"yyyy-mm-dd\") >= gettext())
isnull( col_from ) or ((not isnull( col_from )) and string( col_from ,\"yyyy-mm-dd\") > gettext())
>------------------
付加情報:
PowerBuilder Version (記載なし)
Client SoftWare
OS Windows98
DBMS Oracle SQL*Net 8
Browser InternetExplorer5.X
Server SoftWare
OS Solaris
DBMS Oracle 8.0
WebServer (記載なし)
Copyright © 2013 Power Future Co., Ltd.