Timestampint64
查询:
select date from table;
错误:
sql: Scan error on column index 1, name "date": converting driver.Value type time.Time ("2019-04-14 21:49:59.159317 +0000 +0000") to a int64: invalid syntax
int64extract epoch...
Timestampint64
查询:
select date from table;
错误:
sql: Scan error on column index 1, name "date": converting driver.Value type time.Time ("2019-04-14 21:49:59.159317 +0000 +0000") to a int64: invalid syntax
int64extract epoch...