paramsocool
Programmer
I am pulling two tables from a same database source. The tables have exactly identical field names but the table names are different. I have to pick up some dates from the two tables. Same record may exist in both the tables...One of the table is a current table and the other one is History table. Any status of a record that was in current table goes to the history table if the current table is updated.
The problem I am getting is that when I am displaying the account number and the dates from one of the table only the account number is repeated multiple number of times even if it existed just once in the table....can any one advice why this behavior is occuring.
The other thing is a want to do a full outer join but that option is not active in my CR X1...is it some setting or the table structure /database I m using.?
Thanks for your advice
The problem I am getting is that when I am displaying the account number and the dates from one of the table only the account number is repeated multiple number of times even if it existed just once in the table....can any one advice why this behavior is occuring.
The other thing is a want to do a full outer join but that option is not active in my CR X1...is it some setting or the table structure /database I m using.?
Thanks for your advice