Guest User

Untitled

a guest
May 26th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. SELECT CONCAT( 'ALTER TABLE `', t.`TABLE_SCHEMA` , '`.`', t.`TABLE_NAME` , '` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;' ) AS sqlcode
  2. FROM `information_schema`.`TABLES` t
  3. WHERE 1
  4. AND t.`TABLE_SCHEMA` = 'jiradb_prooftechit'
  5. ORDER BY 1
  6. LIMIT 0 , 90
  7.  
  8.  
  9. даст набор команд которые потом нужно исполнить
Add Comment
Please, Sign In to add comment