select [gs1NutrientCode],[gs1UnitOfMeasure],[NutrientName],[NutrientType],[gs1Source],[conversionRate]
from tbl_GS1_NutrientMapping
where [gs1NutrientCode] = 'VITC-'
[gs1NutrientCode],[gs1UnitOfMeasure],[NutrientName],[NutrientType],[gs1Source],[conversionRate]
select gs1NutrientCode,gs1UnitOfMeasure,NutrientName,NutrientType,gs1Source,conversionRate
from tbl_GS1_NutrientMapping
where gs1NutrientCode =
and gs1UnitOfMeasure =
and NutrientName =
and NutrientType =
and gs1Source =
and conversionRate =