SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
with D (hw, dt, status, place) as ( select 'T1', date '03.01.2024', 'Продан', NULL UNION ALL select 'T1', date '01.01.2024', NULL , 'Place1' from rdb$database ) select D.hw, LAST_VALUE(D.place) over (partition by D.hw order by D.dt) from D

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear