G Guest May 6, 2005 #1 I want to insert current system date as in oracle we use "sysdate", whenever a new row is inserted into a table.
I want to insert current system date as in oracle we use "sysdate", whenever a new row is inserted into a table.
R Rick Brandt May 6, 2005 #2 nabeel said: I want to insert current system date as in oracle we use "sysdate", whenever a new row is inserted into a table. Click to expand... At the table design level just make Date() the default value of the field.
nabeel said: I want to insert current system date as in oracle we use "sysdate", whenever a new row is inserted into a table. Click to expand... At the table design level just make Date() the default value of the field.