selecting the data from Partitioned table [message #405747] |
Fri, 29 May 2009 05:25  |
parasuramchekuri
Messages: 32 Registered: March 2007 Location: vishakapatnam
|
Member |
|
|
Hi,
I Create a Table with partitions...
I inserted data in that...
when i am try to get the data from that table use the normal select query...,
I didn't get any data,...
tell me how to retrive the data from partitioned tables...
Let me Know the solution
Thanks in Advance...
Ram
|
|
|
Re: selecting the data from Partitioned table [message #405750 is a reply to message #405747] |
Fri, 29 May 2009 05:43   |
JRowbottom
Messages: 5933 Registered: June 2006 Location: Sunny North Yorkshire, ho...
|
Senior Member |
|
|
We're going to need more details than that.
Partitioned tables are selected from just like normal tables - if your query doesn't return any data, then it means that you haven't inserted (and committed) any data into the table that matches the requirements of your query.
|
|
|
|
|
|
|
|
|
|
|
|