This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
Create and easier way to add fields into SQL statement by selecting check boxes after the results have been returned. I believe this would be a nice efficiency gain.
Often times I find that when we don't know the data within a database file we use
select * from library.tablename
or
select * from library.tablename fetch first 100 rows only
Then we have to manually type each field name in after identifying them or go back and crtl+space on the statement to select the fields. Some field names or descriptions don't match the data because people have reused fields over time.
It would be a nice feature to be able to right-click on the results, select Columns... and have an option to select the columns you want, using check boxes or that with an insert order, to put back into the statement or something to that affect.
This would save time and mistakes by not having to type the fields in or hit ctrl+space, wait for the system to look up the data, and select the fields (since we already have all of the fields to select from).
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Available in 1.1.8.4.
In the 1.1.8.4 version we just made available, you can right-click on the results and select Details... This will present a table of column names that can be selected. When you have selected the column names you want, right-click and select which Copy option you want. Close the window and paste the comma separated list into your SQL statement.
Does that meet the requirement?
Attachment (Use case): An example of what I am tried to describe. You could insert the fields where the cursor is located at the time of calling up the columns option.