Hi,
this is my query
SELECT DISTINCT DE_C_CATEGORY_DESC
FROM LT_C_CATEGORIES
ORDER BY DE_C_CATEGORY_DESC
i given like this for my multiple parameter
while selecting multiple selections i am getting error, incorrect syntax near ','
how will i select multiple selections at a time using above query
Regards
Arjun
mallis