Skip to content

Commit 02ea92c

Browse files
authored
Update README.md
1 parent b577b49 commit 02ea92c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

NoSQL/README.md

+13-13
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)