SELECT COUNT(*) from customer_tbl
is giving 8000
as count.
If I do SELECT * from customer_tbl
is returning only 2
records.
I have gathered the stats on the table still same problem.
Could you please help me.
Thanks in advance.
SELECT COUNT(*) from customer_tbl
is giving 8000
as count.
If I do SELECT * from customer_tbl
is returning only 2
records.
I have gathered the stats on the table still same problem.
Could you please help me.
Thanks in advance.