The comparison operator that is used in SQL is '='. Comparison operators test whether two expressions are the same. Comparison operators can be used on all expressions except expressions of the text, ntext, or image data types.
SELECT "column_name"
FROM "table_name"
WHERE "column_name" IS NULL.
A subquery in an SQL SELECT statement is enclosed in parenthesis (...).
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.