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: *

  1. chapoor

    delete from nested tables... plz!!!

    I want it to be dynamically without need to specify the company Id, there must be some solution? I think I was not that clear before, let me try again. a Company can have zero (null) or many employees. a Comapny can have zero (null) or one information. When a company is disabled (enabled=0)...
  2. chapoor

    delete from nested tables... plz!!!

    Hi, I cant get this query to work with MySQL. delete from companies as com, employees as emp, informations as inf where emp.companyId=com.id and inf.companyId=com.id and com.enabled=0; I ve this tables... Company ------------ Id Name Enabled 1 acme 0 2 mysql 1 Employees ------------- Id Name...

Part and Inventory Search

Back
Top