freelance84 Posted February 12, 2011 Share Posted February 12, 2011 Hello... Is there any in built function into mysql that can return a simple report on queries carried out? I have and UPDATE query which sometimes runs... when it does it can change a lot of entries at the same. I would like to be able to return the number of entries it updated. Is this possible? Link to comment https://forums.phpfreaks.com/topic/227458-report-of-queries/ Share on other sites More sharing options...
Pikachu2000 Posted February 12, 2011 Share Posted February 12, 2011 Like mysql_affected_rows? Link to comment https://forums.phpfreaks.com/topic/227458-report-of-queries/#findComment-1173227 Share on other sites More sharing options...
freelance84 Posted February 12, 2011 Author Share Posted February 12, 2011 ah right... yup thanks that is exactly what i'm looking for. Thank you Link to comment https://forums.phpfreaks.com/topic/227458-report-of-queries/#findComment-1173234 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.