### Go version go version go1.22.4 windows/amd64 ### GoFrame version 2.7.2 ### Can this bug be reproduced with the latest release? Option Yes ### What did you do?  sqlite中语法是 ORDER BY RANDOM(),mysql语法是 ORDER BY RAND(),goframe的代码里写死了只支持RAND() ### What did you see happen? 执行到此会报错 ### What did you expect to see? 希望从驱动层面支持sqlite的随机排序