hessodreamy
Programmer
Times in my database are stored as unix timestamps, and I need to find out how many sales per day. How do I use mysql to group by day when working with unix timestamps? I thought i could use something like select yea(timestamp) .... but this returns null.
Can anyone help?
Can anyone help?