I've table like the following
TData Ucode Fla
Data1 123 w
Data2 123 NULL
Data3 123 NULL
Data4 123 n
Data5 123 NULL
The excepted result
TData Ucode Fla
Data1 123 w
Data2 123 W
Data3 123 W
Data4 123 n
Data5 123 n
I need to update "Fla" where "Ucode" till the "Fla" changes