Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我怎样才能有以下查询来更改日期和时间。我必须通过更改整个月的时间和日期来执行查询。谢谢您的帮助。
Select Column1 From table Where (date1 <‘2011-11-11 11:00’ and date2 >’2011-11-11 11:00’) And column 2 = ‘something’
update table set date1 = ..... Where (date1 < '2011-11-11 11:00' and date2 > '2011-11-11 11:00') And column 2 = 'something'