例如 select * from table_a where a = ?
同问
自定义SQL? 文档有
不是如何使用自定义sql而是select * from table_a where a = @Param替换成 select * from table_a where a = ?