Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PADL() equivalent in SQL Server
Message
From
10/04/2003 10:10:52
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
 
 
To
10/04/2003 10:08:49
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00776019
Message ID:
00776031
Views:
31
Oops, should have said... the 20 is just a value I picked. Use your own.

L



>Hi Michael,
>
>Something like this?
>
Select IsNull(Replicate(' ', 20 - len(SomeField))) + SomeField as SomeName from SomeTable
>
>Regards,
>
>Liam
>
>
>
>>From a SQLExec(), I need to have calculated field based on a PADL() VFP equivalent. However, that function doesn't exist in SQL Server. What can I use?
Liam O'Hagan
MCP VFP Desktop Apps
Previous
Reply
Map
View

Click here to load this message in the networking platform