Oracle注入的除0错误
select 1 from dual where 1/0=0 and 1=2 运行结果NULL
select 1 from dual where 1/0=0 and 1=1 运行结果 抛出错误除数为0
转载请注明来自WebShell'S Blog,本文地址:https://www.webshell.cc/781.html
select 1 from dual where 1/0=0 and 1=2 运行结果NULL
select 1 from dual where 1/0=0 and 1=1 运行结果 抛出错误除数为0
转载请注明来自WebShell'S Blog,本文地址:https://www.webshell.cc/781.html