next up previous
Next: 値リスト Up: 検索条件 Previous: インデックス検索条件

データ検索条件

<データ検索条件>::=データ単一条件| 論理演算子(<データ検索条件>,<データ検索条件>
compress(Attr_name,<データ検索条件>)

データ単一条件::=範囲検索|Attr_name 比較演算子 Attr_value|部分一致 検索|Attr_name 比較演算子 Attr_name| not_exist(Attr_name)| is_null(Attr_name)

Attr_name::= ATOM

部分一致検索::=Attr_name= concat(文字列,*)|Attr_name= concat(*,文字列)| Attr_name= concat(*,文字列,*)|etc.

Attr_value::= INTEGER STRING