• Varun Gupta's avatar
    MDEV-17137: Syntax errors with VIEW using MEDIAN · 97a37edc
    Varun Gupta authored
    The syntax error happened because we had not implemented a different print for
    percentile functions. The syntax is a bit different when we use percentile functions
    as window functions in comparision to normal window functions.
    Implemented a seperate print function for percentile functions
    97a37edc
item_windowfunc.h 30.1 KB