public marks

PUBLIC MARKS from projects with tag procedure

13 April 2007

Common Queries

by 1 other
SELECT foo, MIN(bar) AS bar FROM tbl GROUP BY foo To return the highest value, and order top to bottom by that value:

Common Queries

by 1 other
SELECT foo, MIN(bar) AS bar FROM tbl GROUP BY foo To return the highest value, and order top to bottom by that value:

03 March 2007

Common Queries

SELECT clientpartyID, pCli.name AS Client, contractorpartyID, pCon.name AS Contractor FROM contracts INNER JOIN parties AS pCli ON contracts.clientpartyID = pCli.partyID INNER JOIN parties AS pCon ON contracts

projects's TAGS related to tag procedure

back +   char +   column +   count +   create +   data +   date +   default +   exists +   find +   from +   Given +   group +   have +   information +   inner +   join +   le +   list +   mysql +   name +   null +   order +   parent +   parties +   problem +   query +   rows +   schema +   select +   table +   tables +   that +   this +   time +   type +   value +   values +   where +   which +   with +