Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order by clause
Message
 
À
09/07/1999 23:51:48
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
00239761
Message ID:
00239797
Vues:
23
>Hello everyone:
>
>I ran into a problem in the Enterprise Manager of SQL Server (6.5). When I created a view, I typed in an "order by " statement, to simply sort a column in ascending order, and SQL wouldn't take it!
>
>does anyone know why?
>
>TIA
>jason

An order by clause is normally as simple as:

SELECT Field1, Field2, Field3
FROM Table1
ORDER BY Field1

Could you post your query here so that we can pinpoint the problem.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform