Quantcast
Channel: SCN: Message List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 8968

Table Partition

$
0
0

Hello,

We are trying to do a partition for the first time.

We used the following:

ALTER TABLE "BNHP_UTILS"."TC_RDL_BAL_CP_3"

PARTITION BY

     RANGE ("/BA1/C55POSTD")

     (

          PARTITION '20130901' <= VALUES < '20131001',

          PARTITION '20131001' <= VALUES <'20131101',

          PARTITION OTHERS

     ),

     HASH ("/BA1/C55AOTYPE")  PARTITION 5

 

We are getting a syntax error.

What are we doing wrong?

 

Thanks,

Amir


Viewing all articles
Browse latest Browse all 8968

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>