Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: (OT) parsing time in mysql

by Ieronim (Friar)
on Aug 12, 2006 at 06:21 UTC ( [id://567007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -- today
    SELECT * from `your_table_name` WHERE 
    ...
    --won't work at the beginning of the year
    SELECT * from `your_table_name` WHERE 
      YEARWEEK(time, 0) = YEARWEEK(NOW(), 0)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://567007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-19 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found