namespace

namespace [namespace_name]

Sets namespace_name as the default namespace for table operations and queries. For example:

kv-> namespace ns1
Namespace is ns1

Entering the command without namespace_name returns to the default namespace:

kv-> namespace
Namespace is sysdefault