|
Main Menu
Resources
|
SQL NOT
In this section, we will see on the NOT operator function for. The NOT operator is ordinarily used to exclude the data with certain conditon from the results display. The SQL syntax for the NOT operator is: SELECT [COLUMN NAME] FROM [TABLE NAME] In detailed syntax, the SQL syntax can be like this SELECT [COLUMN NAME] FROM [TABLE NAME]
We would like to exclude IT department from the data displaying. Table GameScores
SQL statement : SELECT * FROM GameScores Result:
|
||||||||||||||||||||||||||||||||||||

Printer friendly page