14 lines
407 B
Transact-SQL
14 lines
407 B
Transact-SQL
update hrsa_free_income set income_category = 1
|
|
GO
|
|
update hrsa_derate_deduction set income_category = 1
|
|
GO
|
|
update hrsa_endowment_insurance set income_category = 1
|
|
GO
|
|
update hrsa_grant_donation set income_category = 1
|
|
GO
|
|
update hrsa_health_insurance set income_category = 1
|
|
GO
|
|
update hrsa_other_derate_deduction set income_category = 1
|
|
GO
|
|
update hrsa_personal_pension set income_category = 1
|
|
GO |