Difference between revisions of "Category:HeavyTruckParts.net/Manufacturers"

From ISoft Wiki
Jump to navigationJump to search
(Created page with "These manufacturers were returned by the following query on 2011-02-02: <source lang="MySQL"> SELECT manufacturer FROM ( SELECT f_sentence_case(pmanufacturer, 4) AS manufacturer,...")
 
(Replaced content with "Category:HeavyTruckParts.net")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
These manufacturers were returned by the following query on 2011-02-02:
[[Category:HeavyTruckParts.net]]
<source lang="MySQL">
SELECT manufacturer
FROM (
SELECT f_sentence_case(pmanufacturer, 4) AS manufacturer, COUNT(*) AS tehcount
FROM mnfcrmod
WHERE productcode = 0
GROUP BY pmanufacturer
HAVING tehcount > 10
ORDER BY pmanufacturer
) AS butts
</source>

Latest revision as of 15:35, 3 February 2011