how to add a sys.<viewname> in sybase as an view.
The catalogs doesn't show the sys, dbo schema's for me to select the tables or views.
One of the reason why we need is to get the current timestamp from the database.
The easiest method is select current_timestamp from sys.dummy.
Is there an alternative other than creating a view or proc for this purpose without having to do any database change?
thanks