I am trying to create a stored procedure to store data input from web forms to a SQL Server table. I can get the select statement for first_name to work correctly, but when I try add more Insert statements, I get a syntax error.
What am I doing wrong? Screenshot below. Thanks.
