Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long SELECT-SQL
Message
De
05/09/2002 14:11:49
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Long SELECT-SQL
Divers
Thread ID:
00697185
Message ID:
00697185
Vues:
54
I am trying to create a view by running the code below. Then I will use CREATE SQL VIEW AS &mysql to create the view.

mysql="SELECT X.oname,X.tblname,X.ftype,X.fwidth,X.fdecplaces,X.fnullvalues,X.fdefval,Y.objectname,Y.objecttype, ;
Y.fwidth, Y.fdecplaces, Y.fnullvalues, Y.fdefval FROM description X, metadescription Y where X.oname=Y.objectname ;
and X.objcateg=Y.objcateg and X.objcateg='Field'"

However, I am getting an error "Command contains unrecognized phrase/keyword" everytime I add the last condition which is "X.objcateg='Field'". If I remove it, VFP accepts the sttmt. Is there any limit with the number of characters that a temporary variable can hold in this case?

Thanks a lot for your help.

Nerissa
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform