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
mysql> create table t4 (id int);
Query OK, 0 rows affected (0.00 sec)
mysql> select * from (select * from t4);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 32 near ""
2. What did you expect to see?
mysql> select * from (select * from t4);
ERROR 1248 (42000): Every derived table must have its own alias
3. What did you see instead?
Error in syntax;
4. What version of TiDB are you using? (tidb-server -V or run select tidb_version(); on TiDB)
Bug Report
1. What did you do?
2. What did you expect to see?
3. What did you see instead?
Error in syntax;
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)Master branch:
The text was updated successfully, but these errors were encountered: