1. How select data from know partition from a partitioned table? If i have partitions one, two and three and if want select all the data only partition one what should be the query?
2. Does add alter table partition by(partitioning a non partitioned table) query move data to corresponding partitions?