Column ordering when querying a clustered table

oripsk
New Contributor

If I have a table which is clustered by (a, b, c) and I issue a query filtering on (b, c), will the query benefit from the optimization by the cluster of (a, b, c)?