Definitions
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- verb Simple past tense and past participle of
subselect .
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word subselected.
Examples
-
I figured the best way to do this would be to UNION all 4 tables in a subselected, and repeat the process, ie SELECT orgID, COUNT (*) FROM (SELECT orgID FROM programs UNION SELECT orgID FROM competitions UNION SELECT orgID FROM trips UNION SELECT orgID FROM media) AS allSubs GROUP BY orgID But I simply get told an odd number of organizations submitted 1 item each (which I know isn't true).
CodingForums.com Keleth 2010
-
I figured the best way to do this would be to UNION all 4 tables in a subselected, and repeat the process, ie SELECT orgID, COUNT (*) FROM (SELECT orgID FROM programs UNION SELECT orgID FROM competitions UNION SELECT orgID FROM trips UNION SELECT orgID FROM media) AS allSubs GROUP BY orgID But I simply get told an odd number of organizations submitted 1 item each (which I know isn't true).
CodingForums.com Keleth 2010
-
I figured the best way to do this would be to UNION all 4 tables in a subselected, and repeat the process, ie SELECT orgID, COUNT (*) FROM (SELECT orgID FROM programs UNION SELECT orgID FROM competitions UNION SELECT orgID FROM trips UNION SELECT orgID FROM media) AS allSubs GROUP BY orgID But I simply get told an odd number of organizations submitted 1 item each (which I know isn't true).
CodingForums.com Keleth 2010
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.