SELECT INVENTORY IF VENDOR "VEND.NUM" AND ( IF QOH GT "0" OR IF QDF GT "0" )
Andrew,
Does this query work any better:
SELECT INVENTORY WITH VENDOR "VEND.NUM" AND WITH (QOH GT "0" OR QDF GT "0")
Mike
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit
http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
mvdbms+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mvdbms/a588c79c-022c-4df7-bc24-ce36cae1c3b2%40googlegroups.com.
Andrew,
Does this query work any better:
SELECT INVENTORY WITH VENDOR "VEND.NUM" AND WITH (QOH GT "0" OR QDF GT "0")
Mike
From: mvd...@googlegroups.com <mvd...@googlegroups.com> On Behalf Of Andrew Cole
Sent: 13 May 2019 17:32
To: Pick and MultiValue Databases <mvd...@googlegroups.com>
Subject: [mvdbms] Quick Relational Query in SELECT
I've always wondered how to do this and I just ran across a query where it wanted to do this. Basically what I want is:
SELECT INVENTORY IF VENDOR "VEND.NUM" AND ( IF QOH GT "0" OR IF QDF GT "0" )
Both on mvBase and Jbase it fails due to the parenthesis. What (if any...) character or operator can accomplish this? I know () work in SQL and in most programming languages including BASIC.
--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvd...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mvd...@googlegroups.com.
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mvdbms+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mvdbms/264dd176-7dda-4295-8e52-2b1600d36aba%40googlegroups.com.