Hi
I've got some data that I need to write into database which is listed in Excel.
For each row I want to do something like this:
Let's say we are in 7th row
INSERT INTO someTable(colA, colB) values(A7, B7) where colC='C7'
(I want to have it in next cell and then copy it to SQL Management Studio)
Hope for your help, thanks in advance![]()
Bookmarks