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 is a delimiter in sas?
What are the possible values that can be stored in a boolean data field?
How do I turn a list into a table?
What is percent sign in sql?
What do you mean by rowid?
Are subqueries faster than joins?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
How do I view tables in sql developer?
What are expressions?
What does <> sql mean?
What is sql data?
How to create a menu in sqlplus or pl/sql?
How many types of literals are available in pl sql?
how to create a new table in mysql? : Sql dba
What is data type in database?