Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL

create table bricks_hash (
  brick_id integer
) partition by /*TODO*/ hash (brick_id) partitions 8;

select table_name, partitioned 
from   user_tables
where  table_name = 'BRICKS_HASH';
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged: #SQL
ADD COMMENT
Topic
Name
4+3 =