MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 4th, 2000, 04:34 PM
J0f J0f is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Location: france
Posts: 35 J0f User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Hi there.

I'd like to know why
SELECT ... FROM ... WHERE variable IN (SELECT ... FROM ... WHERE ...)
doesn't work, although it works if I write the result of the second query as IN arguments, like
SELECT ... FROM ... WHERE variable IN ('variable1', variable2', 'variable3', ...)

Thanks

-
J0f

Reply With Quote
  #2  
Old September 4th, 2000, 11:40 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 13
Send a message via AIM to rod k
That's known as a sub-select. MySQL does not currently support sub-selects.

If your queries are sufficiently simple, you can work around it:

select t.* from table1 t, table2 t2 where t.variable=t2.somefield and t2.someotherfield='foo';

Reply With Quote
  #3  
Old September 5th, 2000, 12:08 PM
J0f J0f is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Location: france
Posts: 35 J0f User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
with php/mysql, do I have to :
- do my subquery first
- output the result as a text variable
- do the initial query with subselection of the previous results ?

Thanx

-
J0f

Reply With Quote
  #4  
Old September 5th, 2000, 04:06 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 13
Send a message via AIM to rod k
You can either do a select to build the IN clause or join the tables. If you want a detailed example, post your non-working query in it's entirety.

Reply With Quote
  #5  
Old September 5th, 2000, 04:25 PM
kristensen kristensen is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 2 kristensen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I think that this question falls in the same line as this thread so I am going to ask it.

Is this considered the same as a sub-query that is not supported?

SELECT Table1.fields, Table2.fields
FROM Table1
Left Join (SELECT fields
FROM junk) as Table2
on Table1.key = Table2.FKey

Thanks for the help.

Reply With Quote
  #6  
Old September 5th, 2000, 07:38 PM
rod k rod k is offline
Apprentice Deity
Dev Shed Loyal (3000 - 3499 posts)
 
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237 rod k User rank is Private First Class (20 - 50 Reputation Level)rod k User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 m 8 sec
Reputation Power: 13
Send a message via AIM to rod k
Yes.

Reply With Quote
  #7  
Old September 6th, 2000, 09:06 AM
kristensen kristensen is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2000
Posts: 2 kristensen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
That is a serious limitation... Hope they fix it soon.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > 'in' statement in queries


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT