Before i was working with MS SQL Server and recently moved to Oracle.
I have created java app that insert data to oracle table, but those inserting data displaying at the top of the table not at the bottom and not like SQL Server. i want to insert it at the bottom of the table. How may i do that..?
Please refer to this Screenshot. As you can see their, user table consist of user id which is automatically increment by java application.
i know how to sort the data using SQL-developer but i need to fix this default saving style because the app that i created takes 'U002' as the last record.