字段查找 - gt(大于)
定义和用法
The gt
查找用于获取大于指定值 的记录。
对于大于或等于搜索,请使用 gte
查找。
SQL 等效项
上面示例的 SQL 等效项将是
WHERE id > 3;
语法
所有字段查找关键字必须使用字段名称指定,后跟两个 (!) 下划线字符 __
和关键字
fieldname__gt=value
The gt
查找用于获取大于指定值 的记录。
对于大于或等于搜索,请使用 gte
查找。
上面示例的 SQL 等效项将是
WHERE id > 3;
所有字段查找关键字必须使用字段名称指定,后跟两个 (!) 下划线字符 __
和关键字
fieldname__gt=value
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]