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 Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/42441-solved-count-in-mysql/#findComment-205890 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.