How to fetch records from a partitioned table?
Answer Posted / santosh kumar
SELECT * FROM TABLENAME PARTITION(PMONHTYEAR)
EX:
SELECT * FROM SALARY PARTITION(P0315)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are tables in sql?
Why is %isopen always false for an implicit cursor?
what happens if null values are involved in expressions? : Sql dba
Does access use sql?
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is a subquery in sql?
Why do we use function in pl sql?
what is a record in a database ? : Sql dba
How do I run a sql query?
What view means?
What is an inner join sql?
Explain what is table in a database?
How do you update sql?
How do I make my sql query run faster?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?