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
How to test for null values?
how to rename an existing column in a table? : Sql dba
when MSQL8.0 is in market
what are the differences between binary and varbinary? : Sql dba
What is execute immediate?
What is oracle sql called?
What is null in pl/sql?
How is pl sql different from sql?
What are the two types of periodical indexes?
What is sql and db2?
Should I use mbr or gpt?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
Which language is used in sql?
Explain unique key in sql.
What packages are available to pl/sql developers?