Column order not as expected [message #649593] |
Thu, 31 March 2016 10:52 |
|
Pommel
Messages: 2 Registered: March 2016
|
Junior Member |
|
|
Hey,
I got a problem with the column order presented by the SQL Developer in the Data tab.
I have deleted a table BETA_F with columns A_ID, PERSON, ORDER, DATE (A_ID's column id is 1, PERSON's 2, ...). Then I deleted BETA_F and created the same table again but so that PERSON has the column_id 1, ORDER 2, DATE 3 and A_ID 4. But the SQL Developer still shows A_ID as the first column in the Data tab even though it's column id is 1.
Does someone know how I make the Data tab show the order of columns the ID's imply?
(Even reopening the SQL Developer doesn't work)
Thanks.
|
|
|
|
|
|
|
|
|