WhirCat
puttin’ on my work hat
Subscribe to feed
You are currently browsing articles tagged unix.
2009-01-21 in MySQL by face | No comments
select user_id, username, from_unixtime(user_regdate) from phpbb3_users where user_lastvisit = 0 order by user_regdate;
Tags: time, unix