![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.26 » View Incident Report |
| Reported By: Terry Swiers Reported On: 8/1/2017 For: Version 2.26 Build 2 |
Table:
CREATE TABLE "code"
(
"StockCode" VARCHAR(60) COLLATE "UNI" DESCRIPTION 'Unique stock code (SKU)',
"WhseOnHandOutOfDate" BOOLEAN DEFAULT False,
CONSTRAINT "PrimaryKey" PRIMARY KEY ("StockCode")
)
CREATE INDEX "WhseOnHandOutOfDate" ON "code" ("WhseOnHandOutOfDate")
Query:
select stockcode from code where WhseOnHandOutOfDate = FalseThis web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

