• unknown's avatar
    Derivation attribute was not processed correctly · 53e4153d
    unknown authored
    by MAX/MIN in some cases:
    SELECT coercibility(max(s1)) from t1;
    
    Subselect collation and derivation was not processed
    correctly:
    
    create table a select (select s1 from t1);
    select * from t1 where s1 = (select s2 from t1);
    
    
    
    53e4153d
subselect.test 31.8 KB