- MySQL 8 for Big Data
- Shabbir Challawala Jaydip Lakhatariya Chintan Mehta Kandarp Patel
- 89字
- 2021-08-20 10:06:12
Equal To and Not Equal To
Equal To (=) checks whether the values of the two fields are equal or not. If it matches, then the condition becomes true and fetches for further processing. If it doesn't match, then condition should be Not Equal which would revert the way of Equal To. It would fetch data based on the condition that doesn't match.
For example, the following query is used to retrieve all records with the city matching New York:
SELECT * FROM `users` WHERE `city` = 'New York';
推薦閱讀
- Advanced Machine Learning with Python
- Progressive Web Apps with React
- Node.js 10實戰
- Visual FoxPro程序設計教程(第3版)
- C語言程序設計案例教程(第2版)
- 騰訊iOS測試實踐
- C++ Builder 6.0下OpenGL編程技術
- 跟小海龜學Python
- INSTANT CakePHP Starter
- 云計算通俗講義(第3版)
- JS全書:JavaScript Web前端開發指南
- Apex Design Patterns
- 機器學習與R語言實戰
- PySpark Cookbook
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook