Viewing 9 posts - 1 through 10 (of 10 total)
I need to understand two things in this part of the code. What does those red expressions in quotes mean and what does T.N mean? Probably stupid questions but I...
December 7, 2011 at 3:57 am
Steve Jones - SSC Editor (12/6/2011)
December 6, 2011 at 10:52 am
Steve Jones - SSC Editor (12/6/2011)
A couple of things. The month of payment, is that a date?
No, actually it is set as a varchar(50) column. Should I change it to...
December 6, 2011 at 10:04 am
Tom Brown (12/6/2011)
December 6, 2011 at 9:39 am
Guys, thank you very much for your support.
I will take my time and make an in-depth research of what you have written so far.
To be honest, this is a task...
November 14, 2011 at 2:52 pm
Ninja's_RGR'us (11/14/2011)
2011 - 1 - January
2011 - 2 - February
2011 - 3 - Marche
If you sort by column 1 & 2, the sequence will be correct in the...
November 14, 2011 at 9:16 am
bitbucket-25253 (11/13/2011)
November 14, 2011 at 9:07 am
Ninja's_RGR'us (11/14/2011)
Either return the date of the first of the month or return YEAR and month in 2 separete columns.
Then sort by those values, but present the...
November 14, 2011 at 8:56 am
I should have write the second question more clearly, sorry.
I am able to use SELECT command for the datetime values in the date column and show them in a month-year-only...
November 14, 2011 at 7:49 am
Viewing 9 posts - 1 through 10 (of 10 total)