my $sql_statement = "select distinct column_name, column_id from all_tab_columns where table_name = upper('$table_name') order by column_id";