Difference between revisions of "VbzCart/queries/qryCbx Items active"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
			
		
		
	
|  (moved from single-page listing) | 
| (No difference) | 
Latest revision as of 19:10, 30 November 2008
Details
- Requires: qryCbx_Items_data
- Used by:
SQL
<mysql>CREATE OR REPLACE VIEW qryCbx_Items_active AS SELECT ID, Descr FROM qryCbx_Items_data WHERE (NOT isPulled) AND (CatNum IS NOT NULL) ORDER BY CatNum;</mysql>