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
SELECT DISTINCT BIT_OR( OUTR . `col_varchar_key` ) AS X FROM C AS OUTR WHERE ( OUTR . `col_int_key` , OUTR . `col_int_nokey` ) IN ( SELECT DISTINCT INNR . `col_int_nokey`AS X , INNR . `col_int_key`AS Y FROM CC AS INNR2 LEFT JOIN BB AS INNR ON ( INNR2 . `col_varchar_key`< INNR . `col_varchar_nokey` ) WHERE OUTR . `col_time_nokey`>='2003-04-22'ORDER BY INNR . `col_int_nokey` ) AND OUTR . `col_varchar_nokey` IS NULLORDER BY OUTR . `col_varchar_nokey` , OUTR . `pk`;
Please answer these questions before submitting your issue. Thanks!
aggissue.txt
2. What did you expect to see?
no error
tidb-server -V
)?648e51d19e51120e9158f6333c060f17260b7ea6
The text was updated successfully, but these errors were encountered: