Microsoft
Software
Hardware
Network
Question : help with mysql query
I need records of the employees who joined today and I am using this query
select * from emp where join_date between '2010-01-07 00:00:00' AND '2010-01-07 23:59:59'
I need help to change this query such that I don't have to manually change the date every day
Answer : help with mysql query
you will need this:
select * from emp where join_date >= CURDATE() and join_date < DATE_ADD(CURDATE(), INTERVAL 1 DAY);
Random Solutions
Unable to add XP Clients to new MS Server 2003 Domain
Compatible Windows Server 2000 SATA Controller?
Change link styles in Wizard control sidebar
Unable to map printer using XPsp2 Corp RDC 6.0
RDP 7 Audio Compression - Latency
mysql utf8
Average of numbers - count only records with complete data
Input Mask in Access
SQL - CASE Statement help needed
Prevent User from writing in textbox