Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Do I need to manually create a schema that contains the columns which I've specified in the query? If so, how do I create a schema that is not based on any one table? If not, how can I tell TOS to export the columns specified in the select query?
I have a select query pulling various volumns from multiple tables. I simply want to export the result set, including column headers, to an Excel file.
I have a select query pulling various volumns from multiple tables. I simply want to export the result set, including column headers, to an Excel file.
You can use serval tDBxxxinput components to select columns from different tables, then link to a tMap components and do some join or merge the data.