I tried searching for this exact scenario, but had no luck.
I want to add a row to a table in Microsoft SQL via Microsoft SQL Server Management Studio.
The table name is dbo.BlockedEmails and the column within it that I want to add the row to is Email.
There are other columns in the table such as Timestamp and Source, but I am hoping that those columns are filled automatically or are unnecessary.
Would the correct syntax be:
INSERT [INTO] dbo.BlockedEmails [(Email)] [email protected]