- 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;
推薦閱讀
- 數據庫程序員面試筆試真題與解析
- JavaScript高效圖形編程
- 自制編譯器
- WebAssembly實戰
- 人臉識別原理及算法:動態人臉識別系統研究
- 軟件工程
- JavaScript入門經典
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- OpenStack Orchestration
- Mastering Backbone.js
- The Professional ScrumMaster’s Handbook
- Scala for Machine Learning(Second Edition)
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 深入淺出 HTTPS:從原理到實戰
- CISSP in 21 Days(Second Edition)