tidb可以禁止某条sql执行吗

如果不需要这个语句运行就直接写

create global binding for
select count(1) from sbtest1 a,sbtest1 b
using
select /*+ max_execution_time(1) */ count(1) from sbtest1 a,sbtest1 b ;