Data:
Single-Page Names.zip (5.5MB) contains the results of the following query, executed on March 1, 2010:
-- Initial list of single-page names
SELECT NameConfirmed, NameBankID
INTO #tmpName
FROM dbo.PageName
WHERE NameBankID IS NOT NULL
GROUP BY NameConfirmed, NameBankID
HAVING COUNT(*) = 1
-- Add the page ID and EOL ID to the results
SELECT n.PageID, t.NameConfirmed, t.NameBankID, e.EOLID
INTO #tmpFinal
FROM #tmpName t INNER JOIN dbo.PageName n
ON t.NameConfirmed = n.NameConfirmed
AND t.NameBankID = n.NameBankID
LEFT JOIN dbo.NamebankEOL e
ON t.NameBankID = e.NameBankID
-- Produce the final result set
SELECT PageID, LEFT(NameConfirmed, 50) AS NameConfirmed, NameBankID, EOLID
FROM #tmpFinal ORDER BY NameConfirmed
-- Clean up
DROP TABLE #tmpName
DROP TABLE #tmpFinal
2 comments:
The next question is: for those singleton species how many belong to genera that have at least one better-known/described species? My gut tells me that's a big percentage.
As the 1xbet revenue has increased, the harmful effects of the gambling have increased. Third, the casinos won't be allowed to increase credit score to locals, in order to make it more durable for them to lose more than they'll afford. John Bennet is an experienced data and communications engineer and cross-platform copy and content writer and editor with a eager interest in cybersecurity. He has been working with and researching, VPNs and other online privacy tools for many years of} years}.
Post a Comment