Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select memo as char
Message
De
18/03/2004 00:33:51
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00887390
Message ID:
00887403
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform