Welcome to
Sign in
|
Help
Search
Home
Blogs
External Feeds
Forums
Photos
Downloads
About Us
»
Romanian Section
»
Intrebari
»
T-SQL
»
Re: rescriere select cu intersect
Re: rescriere select cu intersect
04-24-2008, 6:44 PM
rsocol
Joined on 10-03-2006
Bucuresti
sysadmin
Re: rescriere select cu intersect
Reply
Quote
Da, se poate şi aşa:
SELECT * FROM productsTest p
WHERE p.genre IN (SELECT t.value FROM test t WHERE t.cod='genre')
AND p.publisher IN (SELECT t.value FROM test t WHERE t.cod='publisher')
Răzvan
Report abuse
View Complete Thread