I am really new to SQL, and I have this little problem :
I Have a page with many inputs, let's say
Input1, Input2, Input3, Input4
And I have a a table
TABLE_A
Col1
Col2
Col3
What I want to do is to insert Input1 into Col1 (which is a simple thing), and to insert all of the other inputs (2,3 and 4 ) into Col2 separated by a SPACE OR a "|"
If anyone can help that would be wonderful.