Might see if max() will do what you want.<div><br></div><div>Something like</div><div><br></div><div>select field form table-name where max(field) < 10<br><br><div class="gmail_quote">On Sat, May 19, 2012 at 5:08 PM, william humphrey <span dir="ltr"><<a href="mailto:bill@bluewatermaritime.com" target="_blank">bill@bluewatermaritime.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How do I do a "!>" in Valentina? I can't find a not greater than operator.
<div><br></div><div>It's a simple select:</div><div><br></div><div>select field from table-name where field !> 10</div><div><br></div><div>Since there is not a "not greater than" operator I must have to do this backwards somehow.</div>
<div><br></div><div>I can't do:</div><div><br></div><div>select field from table-name where field < 10</div><div><br></div><div>Because then I get all the fields because they all have the value 1 to 10 in them but because that operator is not there maybe I can do this with some kind of range? I'm looking for the field which has 1 to 9 but does not have any values greater than that. </div>
<br>_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
<br></blockquote></div><br></div>