- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 36字
- 2021-08-20 10:06:12
Greater than and Less than
Greater than (>) checks whether the value of the left field is greater than the value of the right field. If yes, then the condition becomes true. Less than (<) checks whether the value of the left field is less than the value of the right field. We can also use >/< and equals together.
For example, the following query is used to retrieve all records with login attempts more than the value 2:
SELECT * FROM `users` WHERE `login_attempts` > 2;
推薦閱讀
- Progressive Web Apps with React
- Learning Docker
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Responsive Web Design with HTML5 and CSS3
- 征服RIA
- Unity Game Development Scripting
- Tableau 10 Bootcamp
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Kotlin極簡(jiǎn)教程
- Clojure for Java Developers
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級(jí)賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- Go語(yǔ)言從入門到精通
- Mastering OAuth 2.0