Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql Equivalent to PADL() in SQL 2000
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01152075
Message ID:
01152082
Vues:
29
This message has been marked as the solution to the initial question of the thread.
Hi Tracy,
no, but you can use other functions:

REPLICATE(' ',nLength-LEN(RTRIM(LTRIM(expression))))+RTRIM(LTRIM(expression))


SELECT * FROM mytable ORDER BY mytable.myfield, REPLICATE('0',15-LEN(RTRIM(LTRIM(mytable.myfield2))))+RTRIM(LTRIM(mytable.myfield2))

MartinJ

>Nevermind, LPAD.
>
>
>Anyone know the equivalent to PADL() in SQL?
>
>E.g.:
>
>SELECT * FROM mytable ORDER BY mytable.myfield, PADL(mytable.myfield2,15,'0')
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform