Fetching particular rows between the rows with given condition
What I need to do is I have to fetch all rows which has Command = ABCD and Type=1, which lies between rows with- a) Command = ABCD, Type = 0 and Command = ABCD, Type = 1 OR b) Command = ABCD, Type = 1 and Command = ABCD, Type = 0 So if we consider th...
Mar 26, 2017P