knaik
08-06-2001, 04:00 PM
Hi
I have a table containing more than 50 columns.
The data in it is as somewhat as below
BI- is before image
AI is after image
col1, col2, col3 .............................
BI .... ..... .............................
AI .... ..... .............................
BI .... ..... .............................
AI .... ..... .............................
BI .... ..... .............................
AI .... ..... .............................
I want to compare the record BI with its subsequent AI record.
Could anyone please lte me know ,how to compare each and every column in a record in a procedure. (I know that the 2 records cannot be tested for equality)
Please Help!
Thanks,
----------------
Thanks Marist89
But there is no key column for this table. There is one column called company . So for company =10 there are 100 rows , with 50 BI's and for each 50 BI's there are 50 AI's
[Edited by knaik on 08-06-2001 at 04:40 PM]
I have a table containing more than 50 columns.
The data in it is as somewhat as below
BI- is before image
AI is after image
col1, col2, col3 .............................
BI .... ..... .............................
AI .... ..... .............................
BI .... ..... .............................
AI .... ..... .............................
BI .... ..... .............................
AI .... ..... .............................
I want to compare the record BI with its subsequent AI record.
Could anyone please lte me know ,how to compare each and every column in a record in a procedure. (I know that the 2 records cannot be tested for equality)
Please Help!
Thanks,
----------------
Thanks Marist89
But there is no key column for this table. There is one column called company . So for company =10 there are 100 rows , with 50 BI's and for each 50 BI's there are 50 AI's
[Edited by knaik on 08-06-2001 at 04:40 PM]