on 2019 Mar 07 7:54 AM
Good Morning!
Would you like to know how this command in Sybase9 ASA9 is?
create table fictionsales (store_id int not null, order_num int not null, date datetime not null) partition by range (date) (q1 values <= (“3/31/2004”) on seg1, q2 values <= (“6/30/2004”) on seg2, q3 values <= (“9/30/2004”) on seg3, q4 values <= (“12/31/2004”) on seg4);
Thank you
Request clarification before answering.
SQL Anywhere/ASA does not support table partitioning.
For very high loads, you might use the High availability and read-only scale-out features which are available for newer versions, but not for the very old version 9.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
60 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.