I'm kind of new in using SQL Server and I have this problem. I don't know how do I have to concatenate in order to insert into one column table multiple values.
INSERT INTO Table (Column)
VALUES ('Name'+','+' Last name',);,('Name'+','+'Last name',);
And I get this error:
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near ','.