hi
i want to know how to find the column value change or not
Example :
table name = exam
a b c
12a 32 sdf
23s df fds
if i can search the row which c column have "fds".
Query:
select * from exam where c='fds';
but the same time,i have to check the all the field value is change or not.
thanks in advance