Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invalid column name
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00368854
Message ID:
00369153
Vues:
17
>Mike,
>
>Try this:
>
>SELECT alpha, COUNT(alpha)
>FROM (SELECT LEFT(poc, 1) AS alpha FROM custfl) AS a
>GROUP BY alpha
>
>
>-Mike

It worked like a champ, but what does "As a" do?
Why did mine not work?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform