Or (if you want to avoid representations like '3.3E+8')...
SELECT ltrim(str(SequenceNO, 20))) + ' - ' + englishtext
from TAB_ccsNetRF rf, TAB_ccsNetModuleLinks link, TAB_ccsNetPickLists pick where link.LinkModuleRecordID = @ModuleID and link.LinkModuleName = 'CN' and link.ModuleRecordID = rf.rfid and link.ModuleName = 'RF' and rf.rftype= pick.pickid and pick.fieldlabelkey = 'lblrftype'
Ryan Randall
www.monsoonmalabar.com London-based IT consultancy
Solutions are easy. Understanding the problem, now, that's the hard part.