Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Haai
  • Order by date
  1. Haai

    Nested query In MYSQL

    how can write a mysql query for nested query. ex: select Student.NAME from Student where Student.NAME = (select Citizen.NAME from Citizen where Citizen.NAME="boy"); o/p string for this query is: ERROR 1064: You have an error in your SQL syntax near 'select Citizen.NAME from Citizen...

Part and Inventory Search

Back
Top