Hi All,
I am writing a program to record information from my bike rides. I am using a sql database to save my information. But there is information in time format
What code do I use in my sql query to store information in time format.
I found this on google can anyone confirm if it is correct
Create Table [dbo].[tablename](
[columnname][GetDate] NULL)
Cheers
John
sql code for displaying time
Page 1 of 11 Replies - 679 Views - Last Post: 16 September 2012 - 11:48 AM
Replies To: sql code for displaying time
#2
Re: sql code for displaying time
Posted 16 September 2012 - 11:48 AM
never mind it's sorted.
I just use the data type "time"
I just use the data type "time"
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|