views:

33

answers:

0

i try to create table from excel rows. however; excel columns :

column1 has max 200 character row
column2 has max 300 character row
column3 has max 500 character row

So i need to create sql

create MyTable column3 nvarchar(500) according to Excel Max Character.