i want to insert values selected from multiple selected listbox in to a single column seperated by a delimiter(,)
along with this values there are some other rows too in which some other values are inserted

a table has
prdt_id, empiid
1,3,4,5 45,23

values shld be in this way
how can i do it using sql insert query

can anybody help

not in JSP, so the question has no place here.
And if you don't know String concatenation you shouldn't be dabbling in either database or web application programming.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.