I use sql and in my query i always use 1 partition It looks like this:
select *
From people partition(x)
When i try to use another partition it fails..
Does somebody know how to add another partiton? Using comma or and or with inside the partition brackets only gives the ora-00933 sql command not properly ended error