Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL query DateTime
Name: newbiePHP Date: October 22, 2007 at 06:28:51 Pacific OS: Windows XP CPU/Ram: 256 Product: Dell
Comment:
Hi,
SELECT * FROM `Example` WHERE `DateTime` = "2007-08-28 15:24:44"
If this entry doesn't exist how so I get the query to find the closest matching one in terms of seconds or minutes?
Summary: Hi, I'm designin sort of asset manager software and i'm already stuck with some SQL-querys... :) Tables don't have all the fields yet, because it's just a test version. I have these tables: 1)PC (Cent...
Summary: Hello! Maybe someone can help me... I want to write procedure containing some queries as SQL query. For example, I have queries "sglstr", "sqlstr1" and "sqlstr2". The third query contains first two. H...
Summary: I need SQl query to find out the last modfied date of columns in table. there are no date/time related columns in the table. But I what to find when was the columns in the table are last modified. ...