Forum Discussion
Anonymous
10 years agoNot applicable
Using the LEFT function to concatenate tables?
I'm doing the load a table of my Sybase database and a table from a csv file, I need to join the two and so I know I should use the concatenate function (append queries) however as I apply the left f...
- 10 years ago
Question not clear - Do you just need to a left join between a) Sysbase tables & csv file table or b) do you need to append csv table to your sybase table.
If a) Then used the Relationships tab (or Manage Relationships) and set the required relationships
If b) use the "Append Queries" when loading the data
Regards.
sornavoor
10 years agoResolver I
Question not clear - Do you just need to a left join between a) Sysbase tables & csv file table or b) do you need to append csv table to your sybase table.
If a) Then used the Relationships tab (or Manage Relationships) and set the required relationships
If b) use the "Append Queries" when loading the data
Regards.