|
Hi to all I've the Record like SNO Here i could not post data in table so that i post like this. Here i've to get the data based on trip distinct. for example pickup_trip 2 has repeated pickup stage 6. I've to get the only one 6 pickup_stage with other distinct stage to that particular pickup_trip Please Help me Thanks to all
(comments are locked)
|


Are these separate tables or different columns within the same table?
If they are columns, which row with
PICKUP_STAGE6 should I throw out?If they are tables, I can guess from you description that the first row in
PICKUP_TRIPgoes with the first row inPICKUP_STAGEbut I don't know for certain that would be correct, and it certainly can't be acted upon programmatically since data order is not guaranteed.