oracle - Sort SQL results by column titles? -
How do I solve SQL results from the column headings? Yes, horizontally and each single column name manually
id, name, foreman, department - & gt; What can the PL / SQL return group of departments, foreman, id, name or prices? Like:
Select GetAllColumnsSortedByName (1) by the name of the table (I can imagine this is a strange question, but this I will help, I have many columns in the every table, sorry, but how about the PL / SQL aspect?)
> Choose T.COLUMN_NAME from all_tab_columns where t TABLE_NAME =? And T.OWNER =? 1 command - I think That's the multistate operator you need. It is related to the collection, but I doubt that it can be done in 8i, even then, the MB Will help
Comments
Post a Comment