S
subs
Ocity Dcity equipmt carrier price note
chicago Atlanta c dash 1210 most current
chicago Atlanta c dash 2310
chicago atlanta d dash 1231
houston chicago d dash 5490 most current
I have a table like the above one. i need to delete the rows where
ocity,dcity,equipmt and carrier fields are equal but
the note field does not have the value "most current"
for example i will delete the 2nd row and keep the rest in the table
how to do this by a SQL query
pls help
chicago Atlanta c dash 1210 most current
chicago Atlanta c dash 2310
chicago atlanta d dash 1231
houston chicago d dash 5490 most current
I have a table like the above one. i need to delete the rows where
ocity,dcity,equipmt and carrier fields are equal but
the note field does not have the value "most current"
for example i will delete the 2nd row and keep the rest in the table
how to do this by a SQL query
pls help