0

when I ran

create table t10 (ts timestamp,la int,`La` int);

it would tell me duplicated columns, I guess it is a bug ,right?

zitsen
  • 339
  • 2
  • 10
Yu Chen
  • 70
  • 1
  • 5

2 Answers2

0

TDengine with this sql is ok:

create table t10 (`ts` timestamp, `la` int, `La` int);

But insert and select will cause error, this is surely a bug here. We'll work on this.

zitsen
  • 339
  • 2
  • 10
0

Hi, Since TDengine database 2.4.0.26 and 2.6.0.4 ,this bug has been fixed ,you could download it and try.

Yu Chen
  • 70
  • 1
  • 5