I have an excel file where the column rule_Number is a 4 digit number and have leading zeroes for few rows.
In the excel file I have formatted the cell as "0000" format. Now the values are displayed properly in excel file
But when I import the excel file into SQLDeveloper, then the value "0117" is changed into "117.0"
Could someone please let me know the correct format I should use in excel so that the SQLDeveloper will work correctly?
Thanks.