Quote:
Originally Posted by Kiopa_Matt
DATE or DATETIME if you need to store the time as well. Allows for all kinds of good date operations. For example, that two week thing:
SELECT * FROM table_name WHERE date_added >= date_sub(now(), interval 2 week);
|
That sounds like what I need to be looking towards. I'm just starting to get comfortable with SQL. Been kind of quietly dabbling more in programming lately, things like SQL databases and regular expressions are suddenly starting to be a lot less intimidating now. Still got a lot of learning to do, but things are opening up now. In the past my biggest hindrance and expense has been my inability to afford programmers or to build out ideas myself. Or affording the programmer only to have him screw me over in the end. Gotta get that shit taken care of.
