News

changeset_example_sql An example of a changeset process used to take records from one SQL table and push the differences into another SQL table. This process taught me a lot about how to protect ...
DICTIONARY tables are often large. Therefore, if you are looking for specific information, use a WHERE clause to retrieve a subset of the rows in a DICTIONARY table. In the following example, only the ...
Example: Using GROUP BY in SQL Consider a table named “sales” that stores information about sales transactions.
The following example searches the SQL DICTIONARY.CATALOG rows for the SASUSER library and PROFILE catalog to find all catalog types of QUERY (saved SQL Query window queries). The name and description ...