Davie33 Posted March 7, 2015 Share Posted March 7, 2015 Hi am hoping yous guys can help me with my sql. Here is sql ALTER TABLE `settings` MODIFY `theme` varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'minix_26' I want to alter the table "settings` and modify the theme from minix_25 to what you see above ^. Only thing is when i enter it in the sql phpmyadmin it returns saying. " MySQL returned an empty result set (i.e. zero rows). (Query took 0.0650 sec)" Link to comment https://forums.phpfreaks.com/topic/295152-how-to-modify-sql/ Share on other sites More sharing options...
Davie33 Posted March 7, 2015 Author Share Posted March 7, 2015 Guys its ok i got it thanks anyway. Link to comment https://forums.phpfreaks.com/topic/295152-how-to-modify-sql/#findComment-1507810 Share on other sites More sharing options...
requinix Posted March 7, 2015 Share Posted March 7, 2015 For everyone else, The query does not, in fact, return anything. So no results. Link to comment https://forums.phpfreaks.com/topic/295152-how-to-modify-sql/#findComment-1507814 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.