How to remove headers in database while importing the excel file through sql loader

前端 未结 2 1188
再見小時候
再見小時候 2021-01-26 20:23

I have a excel sheet which has a format like:

 

Name     Address     Phone#    Age
-----    -------     ------    ----
aaa      xxx          123...    11

bbb      yy         


        
2条回答
  •  心在旅途
    2021-01-26 21:11

    Its very simple. Open your Excel file [in Excel 2010 there is a tab called Desgin] click on the Grid or Table which populated by Database records. Now See the design tab under "Table Tools" heading is visible on the top. Click on it.

    There are four checkboxes on of them named as: Header Row, unchecked it and you have the Table withou header.

提交回复
热议问题