Ability to query dual table
like in other databases we have dual table. we need to have such temp table in mongo db to quickly get some value
1
vote
Sai Cindula
shared this idea
-
Wernfried Domscheit commented
Table "dual" is known for SQL databases mainly Oracle, it does not exist in MonogDB. It would be rather a feature request for MongoDB directly, not for an IDE or an Editor.
Note, in MongoDB version 5.1 the operator `$documents` has been added, this should be similar to "select ... from dual" function. See https://www.mongodb.com/docs/v6.0/reference/operator/aggregation/documents/