Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Equivalent to PADL() in SQL 2000
Message
 
To
07/09/2006 16:29:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01152075
Message ID:
01152082
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform