Skip to content

Time (32)/Time64 datatype #30935

@den-crane

Description

@den-crane

Something like https://dev.mysql.com/doc/refman/8.0/en/time.html (maybe domain using Decimal for example).

Some Mysql drivers are unable to work using Mysql wire protocol because of lack of Time datatype (they use this type on connect for some internal needs).

Also Tableu treats Clickhouse compatible on 98%
Screen Shot 2021-10-31 at 2 26 09 PM

Other databases also have Time or Interval type and use this type operations with DateTime

Like

SELECT (now() + 30000) - now()
┌─minus(plus(now(), 30000), now())─┐
│                            30000 │
└──────────────────────────────────┘

Metadata

Metadata

Assignees

Labels

comp-datetimeDate, Time, DateTime datatypes. Server/session timezones.featurest-acceptedThe issue is in our backlog, ready to takewarmup taskThe task for new ClickHouse team members. Low risk, moderate complexity, no urgency.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions