How to fetch records from a partitioned table?
Answers were Sorted based on User's Feedback
select * from tabe_name partition (partition_name );
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / santosh kumar
SELECT * FROM TABLENAME PARTITION(PMONHTYEAR)
EX:
SELECT * FROM SALARY PARTITION(P0315)
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Explian rowid, rownum?
what is index? : Sql dba
What is the difference between row level and statement level trigger?
Why triggers are used?
What is Referential Integrity?
What is forward declaration in pl sql?
Which command is used to call a stored procedure?
How to run sql*plus commands in sql developer?
sql query to get zero records from a table having n no of records
My select statement is not working as expected, So, to overcome from such issues what are the steps needed to be taken care?
Why are sql stored procedures used?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)