Viewing 2 posts - 1 through 2 (of 2 total)
I was wrong here. but the right query will be
SELECT
customerID, count(city) as 'Count'
INTO CustomerCities
FROM Customer
GROUP BY CustomerID
other wise it will not execute.....
definitely CustomerCities...
May 13, 2013 at 7:48 am
#1614592
Thanks a lot for writing this wonderful SQL Code. it gave me relax that i could not get 2 days.
i used this code in BULK Insert from .txt file data.with...
April 26, 2013 at 6:45 am
#1610317