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,...")
(No difference)

Revision as of 14:46, 3 February 2011

These manufacturers were returned by the following query on 2011-02-02:

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