Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extra memo field in an SQL select
Message
De
02/10/2002 08:22:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00706780
Message ID:
00706790
Vues:
22
>Hallo everybody
>
>If I want an extra character field in an SQL select I can write:
>SELECT * ,SPACE(10) AS cFIELD1 FROM SOURCETABLE INTO TABLE RESULT
>
>If I want an extra numeric field in an SQL select I can write:
>SELECT * ,000000 AS nFIELD1 FROM SOURCETABLE INTO TABLE RESULT
>
>But! How do I write if I want an extra memo field in an SQL select???
>
>I hope someone can help me.
>Thanks in advance
>/Kjell

Join with a table that has a single record, with a single blank memo. I don't know of another workaround.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform