I have a table that has values for quarters and I need to add a new column that gives me the last not null value as last quarter. For example
ID | Project | Q1 | Q2 | Q3 | Q4 | Current Quarter Value
1 | bal bal | 23 | 32 | 34 | null | 34
2 | cuz cuz | 43 | 56 | null | null | 56