nahid / jsonq

A PHP query builder for JSON
Creative Commons Zero v1.0 Universal
872 stars 105 forks source link

DISTINCT available?? #28

Open kiran-peddikuppa opened 6 years ago

kiran-peddikuppa commented 6 years ago

->select('id', DISTINCT( 'type'),'performed','requested','status','last_action_performed_at')

nahid commented 6 years ago

nope, we are trying to add this feature in next release

fazalimran commented 5 years ago

How can we use this feature? any example?