```sql
SELECT *
FROM task_status
WHERE task_id LIKE '%[DYNAMIC_PARAMS.其他指标]%'
```
全局参数传入的值是一个 UUID,例如:
```text
358c7da0-375a-11f1-b4b9-2b27741cafcc
```
执行时报错:
```text
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '358c7da0-375a-11f1-b4b9-2b27741cafcc'%'
) as `table_real` limit 29' at line 2
```