我几个月来一直在找东西,但是无法理解 所以我要说下面的表格
id (numeric)
name (string)
description (string)
以下数据:
id|name |description
1 |Master Op|This is level 20, It can hurt 17 times
2 |Little Op|This is level 7,It can hurt 1 times
3 |Op Op |This is level 100,It can hurt 230 times
我想根据伤害时间找到一种搜索方式,并返回名称
像if hurt > 200
它应该返回
Op Op
我不知道这是否可行,谢谢