Write a SQL query to print numbers from 1 to 9.
Use the numbers table and return only values in the requested range. Values outside the range and rows with a NULL number must be ignored.
number| Column | Type | Description |
|---|---|---|
| number_idPK | INTEGER | Unique row identifier |
| number | INTEGER | Number available for output |