Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
insert into GROUPS (groupname,comment,active) values ('ULTRALIGHT', 'Ultralight Nodes',1);

The following command will enter a nodeid and its groupid into the NODEGROUP table:

...

Node that the 'nodeid' is the 'nodeid' field in the NODES table and 'groupid' is the groupid field in the GROUPS table.