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 IamaSherpa 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: vins
  • Order by date
  1. vins

    INSERT from a selection

    I'm trying to make an insert statement from a selection. I'm using the following SQL statement: INSERT link (cat_id, name, url, weight, target, link_tip, made, changed, status) SELECT 645 AS cat_id, name, url, 5 AS weight, target, link_tip, NOW() AS made, NOW() AS changed, status FROM link...

Part and Inventory Search

Back
Top