- No explicit
respect nullsclause - Non-standard alternative:
first_value(<expr> ignore nulls) - Non-standard alternative:
first_value(<expr>, 'ignore nulls') - Non-standard alternative:
last_value(<expr> ignore nulls) - Non-standard alternative:
last_value(<expr>, 'ignore nulls')
Related
Normative References
T617, “FIRST_VALUE and LAST_VALUE functions” is defined as optional feature in ISO/IEC 9075-2:2023. It first appeared in SQL:2011.0

