1.

How Do You Check The Rows In A Table Are Equally Distributed In All Spu’s Or Not?

Answer»
  1. To CHECK the distribution of rows run the FOLLOWING QUERY
  2. SELECT datasliceid, COUNT(*)FROM <table name> GROUP BY datasliceid



Discussion

No Comment Found