MySQL Forums
Forum List  »  Microsoft SQL Server

Re: need my sql query
Posted by: Oleg Fedorov
Date: September 19, 2012 12:43AM

You should use a query like this:

SELECT * FROM `table name` WHERE `date field` BETWEEN '2012-09-19 12:00:00' AND '2012-09-19 12:10:00';

Hope, this will help

---
Data conversion and migration tools
http://www.convert-in.com

Options: ReplyQuote


Subject
Written By
Posted
September 06, 2012 04:37AM
Re: need my sql query
September 19, 2012 12:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.