David Allender wrote:
>
> Hey all, Ive been searching around the net and the web and can't
> really find anything, so here goes...
>
> I'm in sort of a dilemma, what I have is a HTML file "archive.html"
> and a "build.html"
> what i want to do, is get the body of the "build.html" and put it
> whe
Rob Dixon schreef:
> Mr. Shawn H. Corey wrote:
>> SELECT company, COUNT(*)
>> FROM commitCurrent
>> GROUP BY company;
>
> Someone else has personal standards for SQL! Thank you Shawn!
Do you keep a list of them? I would write it as
SELECT
c.company
, COUNT(*) AS n
FROM
commitCurrent
From: "David Allender" <[EMAIL PROTECTED]>
Hey all, Ive been searching around the net and the web and can't
really find anything, so here goes...
I'm in sort of a dilemma, what I have is a HTML file "archive.html"
and a "build.html"
what i want to do, is get the body of the "build.html" and put