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 variables in pl sql?
what is query cache in mysql? : Sql dba
Does sql support programming?
What is the trigger in sql?
Define SQL and state the differences between SQL and other conventional programming Languages?
what are date and time intervals? : Sql dba
Does mysql_real_escape_string prevent sql injection?
What is a schema sql?
Can primary key be changed?
What are sql injection vulnerabilities?
what are the different type of sql's statements ? : Sql dba
Why do we go for stored procedures?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
Can sql developer connect to db2?