I have a sybase 15 DB and for one of my tables, I want to make a column default to the current date/time of the row insert. Is this possible?
In a sybase text, the following is said:
ALTER TABLE sales_order MODIFY order_date DEFAULT CURRENT DATE
On my DB this dosn't do anything ,as CURRENT DATE is not recognized.