Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select memo as char
Message
From
18/03/2004 00:33:51
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00887390
Message ID:
00887403
Views:
10
Thank you Sergey.

>>Hi all,
>>
>>Is it possible to SELECT myField, substr(myMemo,1,254) as myChar from myTable?
>
>Yes, but you would use PADR() function because SUBSTR() doesn't guaranty the size of the field.
SELECT myField, PADR(myMemo,254) as myChar from myTable
ramil
~~ learning to stand still
Previous
Reply
Map
View

Click here to load this message in the networking platform