Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6544307
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:27:00+00:00 2026-05-25T11:27:00+00:00

SELECT `vacancy`.`id`, `vacancy`.`job_title_final` FROM `tableone` INNER JOIN `tabletwo` ON tabletwo.client_user_id=tableone.employer WHERE (job_title_final LIKE ‘%expert%’)

  • 0
SELECT `vacancy`.`id`, `vacancy`.`job_title_final` FROM `tableone`
INNER JOIN `tabletwo` 
ON tabletwo.client_user_id=tableone.employer
WHERE (job_title_final LIKE '%expert%') 
AND ((org_addr_country LIKE '%nepal%') 
    OR (org_addr_city LIKE '%nepal%') 
    OR (org_addr_street LIKE '%nepal%'))

please help me writing the zend subquery of above sql.
Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:27:01+00:00Added an answer on May 25, 2026 at 11:27 am

    Ok, so without a schema list:

    $value1 = "nepal";
    $value2 = "expert";
    
    $select = $db->select()
        ->from(array('one' => 'tableone'),  array('id', 'jop_title_final'))
        ->join(array('two' => 'tabletwo'), 'one.client_user_id = two.employer', array())
        ->where("job_title_final LIKE '%$value2%'")
        ->where("org_addr_country LIKE '%$value1%' OR org_addr_city LIKE '%$value1%' OR org_addr_street LIKE '%$value1%'");
    

    I’m making some assumptions, that vacancy.id and vacancy.job_title_final are supposed to come from tabletwo – vacancy table doesn’t exist in the context of this query you may want to fix that so your question makes more sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SELECT k.condition, SUM(IIf(AnimalType=3,1,0)) AS Carnivore, SUM(IIf(AnimalType=4,1,0)) as Herbivore From Animals a inner join knownconditions
SELECT Login.LoginID, Student.[Student Name], Student.[Student address], Student.StudentID FROM Login INNER JOIN Student ON Login.LoginID
SELECT users.id, COUNT(?) FROM orders INNER JOIN users ON (orders.user_id = users.id) WHERE ??
SELECT * FROM Table_A LEFT JOIN Table_B ON (Table_A.A_ID = Table_B.A_ID) INNER JOIN Table_C
SELECT a.id AS supplier, sum( processed_weight ) AS total_qty FROM supplier_inward a INNER JOIN
(SELECT s.sid, s.sname, e.ccode FROM student s INNER JOIN enrolled e ON s.sid =
SELECT AlertTypeID FROM incidentalert INNER JOIN incidentalerttype ON incidentalert.alerttypeid=incidentalerttype.AlertTypeID WHERE IncidentID=111210 AlertTypeID is a
SELECT pe.prodtree_element_id prodID, pe.prodtree_element_name_s, li.line_name, av2.value FROM prodtree_element pe LEFT JOIN prodtree_link pl ON
(SELECT word, description FROM dictionary WHERE word LIKE 'xxxx%') AS a UNION (SELECT word,
select picks.`fbid`, picks.`time`, categories.`name` as cname, options.`name` as oname, users.`name` from picks left join

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.