|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
inserting System Date...
hiiii @ll..
well i want to add system date in my table... how will i do this..??? @kS |
|
#2
|
|||
|
|||
|
getDate() will give you the system time...
Code:
select getDate() ...just insert it into your table... Code:
insert into yourTable (dateColumn) values (getDate()) |
|
#3
|
|||
|
|||
|
thanx man...
.. |
|
#4
|
|||
|
|||
|
not a prob...good luck.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > inserting System Date... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|