Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get PK Value for unique field value
Message
From
24/09/2004 13:14:28
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Get PK Value for unique field value
Miscellaneous
Thread ID:
00945785
Message ID:
00945785
Views:
53
I have a table that is using UNIQUEIDENTIFIER pk values. There is another character field that has duplicate values in it.

For example (using integer pks for simplicity)
PK   Value
1    a
2    b
3    a
4    c
5    a
I want a query that will give me the first PK value for each unique "Value". So I will get back:
PK
1
2
4
How can I do this?
Thanks,
Dan Jurden
djurden@outlook.com
Next
Reply
Map
View

Click here to load this message in the networking platform