Compiling Various Sources of Soil InformationResearch SitesNavigationUser loginWho's onlineThere are currently 0 users and 3 guests online.
|
Conversion of Horizon DesignationsSubmitted by dylan on Fri, 2007-11-02 17:17.
SELECT pedon_id, a.* FROM chemical JOIN (SELECT hz_name, count(hz_name) FROM chemical GROUP BY hz_name) AS a ON a.hz_name = chemical.hz_name WHERE a.count = 1; |