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 Chriss Miller 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: mrcrusoe
  • Content: Threads
  • Order by date
  1. mrcrusoe

    Help with making code more ‘efficient’

    I have created the following code that selects 10 random images from a selection of 59 without any duplicates. The code works great but as a bit of a newbie to javascript, I’m sure the section where I am checking for duplicates could be made more efficient. I was wondering if anyone could point...
  2. mrcrusoe

    Newbie needs help converting SELECT to DELETE

    Hi, I have created the following SELECT statement that works perfectly and retrieves the data I want to work with: SELECT * FROM shoppingbasket WHERE DateAdded < SUBDATE(NOW(), INTERVAL 30 MINUTE) AND NOT EXISTS ( SELECT * FROM shoppingbasket newer WHERE DateAdded >= SUBDATE(NOW(), INTERVAL 30...

Part and Inventory Search

Back
Top