Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Command
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01445763
Message ID:
01445774
Vues:
42
In this case you don't need LEFT() function even in VFP. The LIKE operator can be used instead. Additionally, the new condition is optimizable if there's an index on 'f17'
... and f17 LIKE '0%'
>
>I've wriiten a Foxpro proceedure in VFP9 that allows the user to build up a command using different selected search criteria, this then creates an SQL type command that extracts data from a massic Postcode table.
>
>E.g.
>
>mfullcond="SUBS(DMOS,4,1)$AB and left(f17,1)='0' "
>SELECT * from q.dbf WHERE &mfullcond INTO TABLE results
>
>The customer is now interested in transfering the data into an SQL 2008 server, are the same/similar commands available with real SQL 2008.
>
>Is it possible to do contained within in SQL, and can you do left in SQL 2008?
>
>Any help extremley appreciated
>
>Rob
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform