Jump to content

security_man

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by security_man

  1. correct. i need to find all entries in my tblinvoice items that have the domain from tblhosting in the description. am i going about it totally wrong?
  2. to me this looks logical, but obviously the like operator is the problem, i just dont know how to write it correctly, any help? i get the following error: #1054 - Unknown column '%tblhosting.domain%' in 'where clause' yes the columns and tables are correct - i just didnt think you wanted to look at my enter table structure SELECT * FROM `tblinvoiceitems`, `tblhosting` WHERE tblinvoiceitems.description LIKE `%tblhosting.domain%`
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.