Forum Discussion

johanlang's avatar
johanlang
New Member
2 years ago

Post time(7) to SQL

In sql there is a column as time(7) and it's possible to insert a new value by the sql query: 

insert into [table_name] (column_name)
values('2:01:55')

(for 2 hours, 1 minute and 55 seconds)

 

How to post a time(7) value (TimeSpan in C#) by swagger?

 

No RepliesBe the first to reply