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
Difference between truncate, delete and drop commands?
What are the types of optimization?
Is drop table faster than truncate?
what is a database lock ? : Sql dba
What is cross join example?
How do I run a pl sql procedure in sql developer?
What is parameter substitution in sql?
what is the difference between cluster and non cluster index? : Sql dba
What is loop in pl sql?
how is myisam table stored? : Sql dba
How do you break a loop in pl sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What are different types of queries in sql?
What do you think about pl/sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?