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> select * from numbers(10) where number in (select * from numbers(5)) order by number;
+--------+
| number |
+--------+
| 0 |
| 1 |
| 4 |
| 5 |
| 6 |
+--------+
5 rows in set (0.03 sec)
Read 15 rows, 120.00 B in 0.008 sec., 1.9 thousand rows/sec., 14.81 KiB/sec.
The result should be 0 1 2 3 4.
How to Reproduce?
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
c774f80
What's Wrong?
The result should be
0 1 2 3 4
.How to Reproduce?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: