logical and operator
常見(jiàn)例句
- Consider using parentheses to improve readability and avoid mistakes because of logical operator precedence.
考慮使用括號(hào)來(lái)改善可讀性和避免由于邏輯操作符的優(yōu)先級(jí)導(dǎo)致的錯(cuò)誤。 - A logical operator that consists of a logical AND followed by a logical NOT and returns a false value only if both operands are true.
由邏輯與和其后的邏輯非組成的邏輯運(yùn)算符,如果兩個(gè)運(yùn)算域都是真,則返回的值便為假。 - It's best to read such execution plans from the left-lowest operator in the tree, since the logical flow in the plan is from bottom to top and left to right.
因?yàn)閳?zhí)行計(jì)劃中的邏輯流是自下而上、從左到右,所以看此類(lèi)執(zhí)行計(jì)劃時(shí),最好是從樹(shù)中左下方的操作符開(kāi)始。 返回 logical and operator