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 Rhinorhino 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: kgkane
  • Content: Threads
  • Order by date
  1. kgkane

    Why won't my query work?

    SELECT * FROM table WHERE columname1 LIKE '%' + columname2 + '%' How do I get this type of query to work? Kevin
  2. kgkane

    Combining data from two columns

    Hi all again. I have another SQL Query question for you. I need to update a column in one table with data from two columns in another table. How would I go about this? Thanks again in advance for any help. Kevin
  3. kgkane

    Updating a clolumn in one table with data from another

    Hi all. I have an existing table (we'll call it table1)with one column with all null fields. Other columns in table1 have data in them already. I am trying to update the column of nulls with data from another table (table2) which also shares another column in common with table1. I've been...

Part and Inventory Search

Back
Top