<?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%2FqryStock_Titles_most_recent</id>
	<title>VbzCart/queries/qryStock Titles most recent - 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%2FqryStock_Titles_most_recent"/>
	<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/queries/qryStock_Titles_most_recent&amp;action=history"/>
	<updated>2026-07-08T03:32:37Z</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/qryStock_Titles_most_recent&amp;diff=10956&amp;oldid=prev</id>
		<title>Woozle: New page: ==Details== * &#039;&#039;&#039;Requires&#039;&#039;&#039;: {{vbzcart/query|v_stk_lines_remaining}}, {{vbzcart/table|cat_items}}, {{vbzcart/query|v_stk_titles_remaining}} * &#039;&#039;&#039;Used by&#039;&#039;&#039;: This defines what the &quot;latest ...</title>
		<link rel="alternate" type="text/html" href="https://htyp.org/mw/index.php?title=VbzCart/queries/qryStock_Titles_most_recent&amp;diff=10956&amp;oldid=prev"/>
		<updated>2008-12-04T02:36:52Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Details== * &amp;#039;&amp;#039;&amp;#039;Requires&amp;#039;&amp;#039;&amp;#039;: {{vbzcart/query|v_stk_lines_remaining}}, {{vbzcart/table|cat_items}}, {{vbzcart/query|v_stk_titles_remaining}} * &amp;#039;&amp;#039;&amp;#039;Used by&amp;#039;&amp;#039;&amp;#039;: This defines what the &amp;quot;latest ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Details==&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Requires&amp;#039;&amp;#039;&amp;#039;: {{vbzcart/query|v_stk_lines_remaining}}, {{vbzcart/table|cat_items}}, {{vbzcart/query|v_stk_titles_remaining}}&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Used by&amp;#039;&amp;#039;&amp;#039;: This defines what the &amp;quot;latest stock&amp;quot; web page shows; as given here, it displays the 100 titles most recently added to stock.&lt;br /&gt;
==SQL==&lt;br /&gt;
&amp;lt;section begin=sql /&amp;gt;&amp;lt;mysql&amp;gt;CREATE OR REPLACE VIEW qryStock_Titles_most_recent AS&lt;br /&gt;
SELECT&lt;br /&gt;
  i.ID_Title,&lt;br /&gt;
  s.QtyForSale AS QtyAdded,&lt;br /&gt;
  MAX(s.WhenAdded) AS WhenAdded,&lt;br /&gt;
  st.QtyForSale AS QtyAvail&lt;br /&gt;
FROM (v_stk_lines_remaining AS s LEFT JOIN cat_items AS i ON s.ID_Item=i.ID) LEFT JOIN v_stk_titles_remaining AS st ON i.ID_Title=st.ID_Title&lt;br /&gt;
GROUP BY i.ID_Title&lt;br /&gt;
HAVING QtyAdded&lt;br /&gt;
ORDER BY WhenAdded DESC&lt;br /&gt;
LIMIT 100;&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>