File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -120,19 +120,19 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
120120 java -jar lib/sql.jar -helper-hosts store:5000 -store kvstore
121121
122122 sql-> show tables
123- Tables in all namespaces:
124- SYS$IndexStatsLease -- 1
125- SYS$MRTableAgentStat -- 1
126- SYS$MRTableInfo -- 1
127- SYS$MRTableInitCheckpoint -- 1
128- SYS$PartitionStatsLease -- 1
129- SYS$SGAttributesTable -- 1
130- SYS$StreamRequest -- 1
131- SYS$StreamResponse -- 1
132- SYS$TableMetadata -- 1
133- SYS$TableStatsIndex -- 2
134- SYS$TableStatsPartition -- 3
135- SYS$TopologyHistory -- 1
123+ tables
124+ SYS$IndexStatsLease
125+ SYS$MRTableAgentStat
126+ SYS$MRTableInfo
127+ SYS$MRTableInitCheckpoint
128+ SYS$PartitionStatsLease
129+ SYS$SGAttributesTable
130+ SYS$StreamRequest
131+ SYS$StreamResponse
132+ SYS$TableMetadata
133+ SYS$TableStatsIndex
134+ SYS$TableStatsPartition
135+ SYS$TopologyHistory
136136
137137 sql-> exit
138138```
You can’t perform that action at this time.
0 commit comments