Database Laboratory
This blog consists of technical tutorial for Structured Query Language (SQL) in MySQL and PHP.
Friday, October 20, 2017
Excluding data value in filtering
NOT operator is used to exclude certain value from the retrieved data. This operator is in syntax as below:
The example of how the operator can be used is shown in Figure 1 below:
Figure 1: Select data from student table where intake year is not 2018
Newer Post
Older Post
Home