Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL to get the alphabetical next
Message
From
31/03/2003 08:16:21
 
 
To
30/03/2003 08:51:36
Km Kwun
Eastop Consultants Limited
Nt, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00771820
Message ID:
00771953
Views:
10
Since you can have duplication with both the first and last name, can you include the custID as part of the sequencing:

SELECT TOP 1 *
FROM yourTable
WHERE LastName >= @lastName
AND FirstName >= @firstName
AND custID > @custID

-Mike

>The customer table of my SQL server database contains the following 3 column. There may be more than one customer having exactly the same last and first names while CustID is unique:
>CustID, LastName, FirstName
>
>Data currently showing in my "Customer Data" form are
>CustID=671
>LastName='Barnes'
>FirstName='John'
>
>What is the best SQL command to get the CustID of next (alphabetic order) customer?
>
>Grateful if anybody can help.
>KM
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform