Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT - SQL and case
Message
From
20/08/2004 15:02:26
 
 
To
20/08/2004 14:41:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00934972
Message ID:
00934983
Views:
25
You shouldn't be get the results you are getting...do have more information you can provide?

< update >
Glad to see you have a solution...

>Let say I have this table:
City
>----
>Notre-Dame-de-L'Ile-Perrot
>Notre-Dame-de-l'Ile-Perrot
When I run this query
SELECT City, Count (*) FROM MyTable GROUP BY 1
I have this result:
Notre-Dame-de-L'Ile-Perrot, 2
What I want is:
Notre-Dame-de-L'Ile-Perrot, 1
>Notre-Dame-de-l'Ile-Perrot, 1
How can I get this result?
>
>TIA
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform