Sunday, 26 April 2015

How to fetch the lookup values using db query


How to fetch the lookup values using db query


select LKV_ENCODEd, LKV_DECODED from LKV, LKU WHERE lku.lku_type_string_key='Lookup.ABC.SecondaryGroups' and lkv.lku_key = lku.lku_key

7 comments: