Advertisement
Guest User

Untitled

a guest
Feb 9th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. mysql> PREPARE stmt1 FROM 'SELECT ? AS `title`';
  2. set @title = "--''''''''!@#$%^&*()_+////\"\\";
  3. EXECUTE stmt1 USING @title;
  4. +------------------------------+
  5. | title |
  6. +------------------------------+
  7. | --''''''''!@#$%^&*()_+////"\ |
  8. +------------------------------+
  9. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement