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 strongm 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. nofunnystuff

    selection with an array

    The problem seems to be simple. I have one table with a column as Array-typ where IDs of another table are stored in. Now I want to use the array to select the elements of the second table. I thought of a statement like SELECT * FROM secondtable where id in (SELECT arrayCol FROM firsttable...

Part and Inventory Search

Back
Top