Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Select Statement
Message
 
 
À
20/07/2005 14:53:59
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01034265
Message ID:
01034381
Vues:
27
>Ok found the BOL on SQL user-Defined Functions. They do not give an example of how to define an input parameter as a character. Does anyone know what the syntax is, I tried char(10) and varchar(10).

You define the type of local variables or parameter the same way as a type of a table column. Both char(10) and varchar(10) define a character data type but char(10) will pad any value passed to 10 character.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform