I want multiple column data inn single string variable ,I tried But I only get Single column Data,What should I do.here Is my coding ImageAnd my query is"select PRODUCT_ID_LIST from ORDERS where USER_ID=?" and code iamge is here
I want is that the whole column values in string and then string will be split by comma. I have split code.