adspace
How to fetch records from a partitioned table?
Answer Posted / nitinsharma06
select * from tabe_name partition (partition_name );
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
What is the current version of postgresql?
If a cursor is open, how can we find in a pl/sql block?
Is primary key clustered index?
what is schema? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Can delete statement be rollbacked?
what are the advantages of sql ? : Sql dba
what is bcp? When does it used? : Sql dba
define sql insert statement ? : Sql dba
What is the best sql course?
Is primary key always clustered index?
Do we need to rebuild index after truncate?
What is the current version of sql?
Can we rollback truncate?