View Single Post
  #16 (permalink)  
Old 07-25-2007, 08:39 AM
priyan priyan is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 133
priyan is on a distinguished road
Default Re: Use on group_concat

Hi Murali,

Yes, it's working with dynamic query but it will make impact on the query performance. Your SP handles the numerics in the group concat function. It would be more complicated if we handling strings in the group concat function with dynamic query.

There must be some solution for this issue !!!
__________________
Keep smiling...
Reply With Quote