There are many products with title='product_title'. Something like
'car'
'car'
'car'
'bike'
'bike'
'plane'
I want to output only unique list of names.
'car'
'bike'
'plane'
I could've probably used SELECT DISTINCT, but is it supported, idk.
I guess, sql is overkill here.
Can it be done with regular Couch?
Thank you.
'car'
'car'
'car'
'bike'
'bike'
'plane'
I want to output only unique list of names.
'car'
'bike'
'plane'
I could've probably used SELECT DISTINCT, but is it supported, idk.
I guess, sql is overkill here.
Can it be done with regular Couch?
Thank you.