give better example for delEntries
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12620 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
3a8ee9cf5b
commit
b8f7f7a241
@ -3124,6 +3124,7 @@ sub getAllAttribs
|
||||
$keyhash{node} = "node1";
|
||||
$keyhash{groups} = "compute1";
|
||||
$table->delEntries(\%keyhash);
|
||||
$table->commit;
|
||||
Build delete statement and'ing the elements of the hash
|
||||
DELETE FROM nodelist WHERE ("groups" = "compute1" AND "node" = "node1")
|
||||
Comments:
|
||||
|
Loading…
x
Reference in New Issue
Block a user