PunjabHaker Posted March 13, 2007 Share Posted March 13, 2007 Hello i have the column "accesed" in first row i have number "4" in second row i have number "5" how can i count the total numbers from rows ? please help Link to comment https://forums.phpfreaks.com/topic/42441-solved-count-in-mysql/ Share on other sites More sharing options...
artacus Posted March 13, 2007 Share Posted March 13, 2007 SELECT SUM(accessed) AS tot_access FROM myTable Link to comment https://forums.phpfreaks.com/topic/42441-solved-count-in-mysql/#findComment-205888 Share on other sites More sharing options...
PunjabHaker Posted March 13, 2007 Author Share Posted March 13, 2007 Thank you man Link to comment https://forums.phpfreaks.com/topic/42441-solved-count-in-mysql/#findComment-205890 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.