SQL insert multiple rows into a table

Example:

insert into [FIMP].[dbo].[Login]
values ('T1', 'abc'),('T2','abc')

Leave a Reply

Your email address will not be published. Required fields are marked *