I've got an oracle database and a table that has a lot of columns and rows.. I want to return onl the first 10 columns to my JTables but I don't want to name each column in my query.
Is it possible?
edit: isnt there a column index? or something like rownum but for columns?