- 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';
推薦閱讀
- 現(xiàn)代C++編程:從入門到實踐
- 從零構(gòu)建知識圖譜:技術(shù)、方法與案例
- Getting Started with Gulp(Second Edition)
- Git Version Control Cookbook
- Learning Apex Programming
- Magento 2 Theme Design(Second Edition)
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Learning ArcGIS Pro
- 老“碼”識途
- Linux C編程:一站式學習
- Odoo 10 Implementation Cookbook
- Raspberry Pi Robotic Projects(Third Edition)
- QPanda量子計算編程
- Scala編程實戰(zhàn)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理