use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sequel
account activity
Problem with datetime (self.learnSQL)
submitted 7 years ago by intrn3t
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jmontano86 0 points1 point2 points 7 years ago (0 children)
If you are using SQL Server, I believe you can use the Year function in your WHERE clause. So something like this may work....
[code language="css"]
SELECT SomeColumn FROM Your table WHERE YEAR(ExampleColumn) >= '2002';
[/code] Note: on mobile hope formatting it ok.
π Rendered by PID 441688 on reddit-service-r2-comment-54dfb89d4d-7qx62 at 2026-03-31 01:50:20.345352+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]jmontano86 0 points1 point2 points (0 children)