Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

max for a segment

I have a table like this

NAME , SegDate, Segment

I need to select the records where the latest segdate per NAME is <> 'JK' but where they do have a segdate that is not in the past
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

can you please provide few rows and expected output.
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vbnetcoder
vbnetcoder

ASKER

ty