insert into "PlusSuggestion" ( "text", "authorId", "suggestedId", "month", "year", "tier" ) values ( @text, @authorId, @suggestedId, @month, @year, @tier )