2.5. Summary
The available data types in SQL are 1) numeric and 2) character (see section 2.2).
When a table is created with PROC SQL, numeric columns are assigned a default length of 8 bytes (see section 2.2.1).
SAS tables store date and time information in the form of a numeric data type (see section 2.2.2).
A CHAR column stores a default of 8 characters (see section 2.2.3).
Missing or unknown information is supported by PROC SQL in a form known as a null value. A null value is not the same as a zero value (see section 2.2.5).
Comparison operators are used in the SQL procedure to compare one character or numeric value to another (see section 2.3.1).
Logical operators (AND, OR, and NOT) are used to connect one or more expressions together in a WHERE ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access