Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does SQL Server have the ability to do a seek
Message
 
 
À
09/08/2005 14:09:16
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:
01039609
Message ID:
01039612
Vues:
20
>With VFP tables if I wanted to seek a record in a table I would set the index order to a index that I wish to seek on then issue the seek command to find a record, does SQL server have anything similar ? and if so could you give me some sample syntax and or some good white papers or articles on
>SQL Server seek ?

The SQL Server doesn't have concept of the record pointer. If you want to find a record you use regular select. If you want only check if record exists
IF EXISTS (SELECT * FROM mytable WHERE ...)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform