If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > dateInsert SMALLDATETIME NULL DEFAULT getdate for MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-23-07, 11:46
anselme anselme is offline
Registered User
 
Join Date: Dec 2005
Posts: 266
dateInsert SMALLDATETIME NULL DEFAULT getdate for MySQL

I am looking for the equivalent of MS SQL

dateInsert SMALLDATETIME NULL DEFAULT getdate()

for mySQl 5

i am trying

dateInsert DATETIME NULL DEFAULT NOW()

but it doesnt work

thank you for helping
Reply With Quote
  #2 (permalink)  
Old 12-23-07, 15:24
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
dateInsert TIMESTAMP

will also update every time the row is changed
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 12-24-07, 01:41
anselme anselme is offline
Registered User
 
Join Date: Dec 2005
Posts: 266
thank you r967 but I only want to store the dateInsert once to sort or search datas latter on the INSERT date, is there anything for mysql ?
Reply With Quote
  #4 (permalink)  
Old 12-24-07, 05:07
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
dateInsert DATETIME

unfortunately you cannot set the DEFAULT value to a function like NOW()
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 12-24-07, 05:22
anselme anselme is offline
Registered User
 
Join Date: Dec 2005
Posts: 266
ok thank you
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On