You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
databend > create table a3( a varchar(200), A int );
Query OK, 0 rows affected (0.004 sec)
databend > desc a3;
+-------+---------+------+---------+-------+
| Field | Type | Null | Default | Extra |
+-------+---------+------+---------+-------+
| a | VARCHAR | NO | | |
| a | INT | NO | 0 | |
+-------+---------+------+---------+-------+
2 rows in set (0.004 sec)
databend > select * from a3;
ERROR 1105 (HY000): Code: 1006, displayText = Unable to get field named "1". Valid fields: ["0"].
databend >
The text was updated successfully, but these errors were encountered:
Summary
The text was updated successfully, but these errors were encountered: