Showing posts with label How to count() function in sql. Show all posts
Showing posts with label How to count() function in sql. Show all posts

Saturday, 14 May 2016

How to count() function in sql



select COUNT(ClientID)AS OrderFormClientID1 form Order where ClientID=1;