<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Fqueries%2FqryRstks_inactive</id>
	<title>VbzCart/queries/qryRstks inactive - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://htyp.org/mw/index.php?action=history&amp;feed=atom&amp;title=VbzCart%2Fqueries%2FqryRstks_inactive"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/queries/qryRstks_inactive&amp;action=history"/>
	<updated>2026-07-07T03:27:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://htyp.org/mw/index.php?title=VbzCart/queries/qryRstks_inactive&amp;diff=12869&amp;oldid=prev</id>
		<title>Woozle: Created page with &#039;==About== * &#039;&#039;&#039;Purpose&#039;&#039;&#039;: Returns all restock requests which are no longer active, for historical uses; the exact opposite of {{vbzcart/query|qryRstks_active}}. * &#039;&#039;&#039;Requires&#039;&#039;&#039;…&#039;</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/queries/qryRstks_inactive&amp;diff=12869&amp;oldid=prev"/>
		<updated>2010-01-03T15:23:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;==About== * &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: Returns all restock requests which are no longer active, for historical uses; the exact opposite of {{vbzcart/query|qryRstks_active}}. * &amp;#039;&amp;#039;&amp;#039;Requires&amp;#039;&amp;#039;&amp;#039;…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==About==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Purpose&amp;#039;&amp;#039;&amp;#039;: Returns all restock requests which are no longer active, for historical uses; the exact opposite of {{vbzcart/query|qryRstks_active}}.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Requires&amp;#039;&amp;#039;&amp;#039;: {{vbzcart/table|rstk_req}}&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Used by&amp;#039;&amp;#039;&amp;#039;: admin listing of closed restock requests&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;History&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;2010-01-03&amp;#039;&amp;#039;&amp;#039; Created for admin listing of closed restock requests&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryRstks_inactive AS&lt;br /&gt;
  SELECT rq.* FROM rstk_req AS rq&lt;br /&gt;
    WHERE (rq.WhenClosed IS NOT NULL) OR (rq.WhenKilled IS NOT NULL) OR (rq.WhenOrphaned IS NOT NULL);&amp;lt;/mysql&amp;gt;&lt;br /&gt;
&amp;lt;section end=sql /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Woozle</name></author>
	</entry>
</feed>