MySQL Forums
Forum List  »  Newbie

Re: How kan I optimize this Code?
Posted by: Roman Arnold
Date: July 01, 2012 06:51AM

How can I change this subquery in a join?

AND
record
IN
(SELECT DISTINCT(record)
FROM
jos_facileforms_subrecords
WHERE
value
LIKE
'%Personalvermittlung%'
AND
name = 'angebot')

Options: ReplyQuote


Subject
Written By
Posted
Re: How kan I optimize this Code?
July 01, 2012 06:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.