Operators Supported by API Development

更新时间: 2026-01-17 21:55:27

This topic explains the operators used in API development.

Operator

Description

=

Checks whether the values of two operands are equal. If they are equal, the condition is true.

>

Checks whether the value of the left operand is greater than the value of the right operand. If it is, the condition is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand. If it is, the condition is true.

<

Checks whether the value of the left operand is less than the value of the right operand. If it is, the condition is true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand. If it is, the condition is true.

!=

Checks whether the value of the left operand is not equal to the value of the right operand. If it is, the condition is true.

in

The operator is used to compare a value with a series of specified list values.

LIKE

Indicates character matching by ignoring prefixes and suffixes, which is fuzzy match (%keyword%).

Start With

Indicates character matching by ignoring suffixes, which is left match (keyword%).

End With

Indicates character matching by ignoring prefixes, which is right match (%keyword).

Legacy_Like

You need to manually enter wildcard characters for fuzzy match when specifying request parameters. It is applicable to the original LIKE operator configuration.

上一篇: Appendix 下一篇: Supported data sources and compute engines
阿里云首页 智能数据建设与治理 Dataphin 相关技术圈