Open vamsikilaru opened 7 years ago
odistinct = DISTINCT orderstatus.order_status
Above statement will not work as DISTINCT operator will work on a relation but not on fields
odistinct = DISTINCT orderstatus.order_status
Above statement will not work as DISTINCT operator will work on a relation but not on fields