Dropbown Box in "Column Name" field
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
Is there a way to have either a dropdown box or a combo box in the "Column Name" field?
I am still evaluating and I am not sure I have full access to setting the "Column Name" at all.
Thank you,
Simon
There's a possibility in some editions of Active Query Builder to add custom columns to the Query Columns Grid. Please tell me what version and edition you are currently evaluating, so I could point you to the right docs/code sample.
On second thought that might not be what we need. This is type of query I am trying to build:
INSERT INTO Target_Table
(list of target fields)
SELECT
list of source fields and/or more complex SQL
FROM Source_Table
In the MS SQL query builder the fields in "(list of target fields)" are listed under "Append", but I don't see that in the AQB. What would be the best way to compose a query such as the above?
Thank you.
Hello, Simon.
The "column name" column allows to define aliases of the query output columns. I don't understand why there should be a combo box. Can you explain your idea?
In the trial version random aliases are assigned to query output columns, in the full version user can define own alias for a column or leave this field empty.
Version: 2.10.5.758 and 2.10.9.0