比如原始 sql 为 select * from tests where a=1; 拦截此 sql 语句并返回 select * from tests where a=2 的查询结果。 数据库是 sqlserver,由于客户端实在没法修改,所以才想到此方式。
很好奇你要拦截什么