Table A has records. Table B is blank.
I want to append from table A to table B the records which satisfy a statment.
SELECT B
APPEND FROM A FOR A.NUMBER = 8034
There are 12 records in table A, I should be appending 3 records to table B. I am getting 0 records. If I change the NUMBER field in the first record in file A to 8034 I get all 12 records appended.
What am I doing wrong?
Thanks
I want to append from table A to table B the records which satisfy a statment.
SELECT B
APPEND FROM A FOR A.NUMBER = 8034
There are 12 records in table A, I should be appending 3 records to table B. I am getting 0 records. If I change the NUMBER field in the first record in file A to 8034 I get all 12 records appended.
What am I doing wrong?
Thanks