Quantcast
Channel: SCN : Discussion List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 685

create table commands

$
0
0

what's the different about the following cmds?

1.

create table aaa ( a1 int )

on 'seg_test'

partition by roundrobin 1 on ( 'seg_test')

 

2.

create table bbb ( a1 int )

on 'default'

 

3.

create table ccc ( a1 int )

on 'default'

partition by roundrobin 1 on ('seg_test')

 

the 1st and 2nd is clear, but what happne if I create table using 3rd cmd?


Viewing all articles
Browse latest Browse all 685


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