mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
API-README grammar
This commit is contained in:
parent
e834a1f302
commit
e81c27fdb2
@ -1266,7 +1266,7 @@ The list of restrictions are:
|
|||||||
|
|
||||||
You can have multiple restrictions on a 'Field' - but all must be true to
|
You can have multiple restrictions on a 'Field' - but all must be true to
|
||||||
include the row containing the 'Field'
|
include the row containing the 'Field'
|
||||||
e.g. a number range would between 0 and 10 would be:
|
e.g. a number range between 0 and 10 would be:
|
||||||
array('STATS.Bytes Recv', '>', 0), array('STATS.Bytes Recv', '<', 10)
|
array('STATS.Bytes Recv', '>', 0), array('STATS.Bytes Recv', '<', 10)
|
||||||
|
|
||||||
The difference between 'where' and 'having' is that 'where' is applied to the
|
The difference between 'where' and 'having' is that 'where' is applied to the
|
||||||
|
Loading…
Reference in New Issue
Block a user