Help with sql/php I want to concatenate date & time.?

  • Thread starter Thread starter Kimberly Sue
  • Start date Start date
K

Kimberly Sue

Guest
I am creating a table which has columns for primary key, date(i used CURDATE()), time (i used CURTIME()), name. I'm planning to have a primary key which is a combination of date and time (ex. 012209013055- which means Jan.22.09 1hr:30mins:55sec.) how can i do this? and how can i insert this in the table?HELP ASAP!
 
Back
Top