DUMMY system table

The DUMMY table is provided as a table that always has exactly one row. This can be useful for extracting information from the database, as in the following example that gets the current user ID and the current date from the database.

SELECT USER, today(*) FROM SYS.DUMMY

The DUMMY table is a SQL Anywhere system table. See "DUMMY system table" in SQL Anywhere Server - SQL Reference.