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


Please Help Members By Posting Answers For Below Questions

What is primary key sql?

532


What is rtm in testing?

567


Where is all the data on the internet stored?

547


What are sql triggers used for?

503


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

559






What is gpt format?

497


How to sort the rows in sql.

593


How do I start sql profiler?

547


What is execute immediate?

541


Sql technical questions

767


What are the 3 types of behavioral triggers?

653


What is execution plan in sql?

542


Explain mutating table error.

637


Why stored procedures are faster than query?

561


What is varchar sql?

606