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 autocommit sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
Can there be more than one function with a similar name in a pl/sql block?
What is the use of & in pl sql?
How can I speed up sql query?
Where can I learn sql for free?
Explain select statements in sql?
What is replication id?
What is a table?
What are the different types of sql commands?
What is posting?
Is a view faster than a stored procedure?
Is sql harder than python?
What is the difference between truncate and drop statements?
Which join is like inner join?