Select rows from a partition
591942Jul 16 2008 — edited Jul 16 2008Hi All,
I have a table D_POSITION with partition created on record_date, key1 with Range-hash partition.
Previously I use to get the data by following this query.
SELECT * FROM D_POSITION PARTITION (P_20080331)
Recently I truncated the table and reinserted from the backup table.
Now this is giving me the 0 records. But for this partition we have more than 60000 records.
Please let me know where it went wrong....