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 Wanet Telecoms Ltd 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: Philipp80
  • Content: Threads
  • Order by date
  1. Philipp80

    selecting records younger than 24 hours using SQL query?

    Hello, I have a TIMESTAMP(14)-field in my db and I need a quick way to select records younger than 24 hours, WITHOUT using PHP to convert around. I'm pretty sure this one should be quite easy, played around with something like SELECT fields FROM db WHERE 'timestamp'>NOW()-INTERVAL 1 DAY) for...

Part and Inventory Search

Back
Top