“отличается в MongoDB” Ответ

MongoDB считается отличным

db.collection.distinct('field').length
Defiant Dogfish

MongoDB отличается

Db.collection.distinct('searchField')
Uninterested Unicorn

Найдите отличительными в MongoDB

db.inventory.distinct( "item.sku", { dept: "A" } )
Blue-eyed Booby

отличается в MongoDB

-- mongodb
db.people.aggregate( [ { $group : { _id : "$status" } } ] )
-- or 
db.people.distinct( "status" )

--sql
SELECT DISTINCT(status)
FROM people
Tiny Coders

Ответы похожие на “отличается в MongoDB”

Вопросы похожие на “отличается в MongoDB”

Больше похожих ответов на “отличается в MongoDB” по Sql

Смотреть популярные ответы по языку

Смотреть другие языки программирования