Home > database >  SELECT * FROM X WHERE C> 1 (C) the Mango how to implement this statement
SELECT * FROM X WHERE C> 1 (C) the Mango how to implement this statement

Time:10-27

Excuse me each bosses Mongo inside the SELECT * FROM X WHERE C> (C + 1) how SQL implementation of the sentence

CodePudding user response:

C> (C + 1)
The same columns, this condition should be never formed

CodePudding user response:

Db. Collection. The find ({$expr: {$gt: [' $C '{$add: [' $C, 1)}]}})
  • Related