public marks

PUBLIC MARKS from projects with tag null

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:

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

February 2007

java.net: Nuances of the Java 5.0 for-each Loop

by 1 other
Item 9. Consider returning Iterable views rather than implementing Iterable. The Java collections classes can be used in for-each loops because they implement java.lang.Iterable. If a class implements java.lang.Iterable, then all its subclasses inheri

projects's TAGS related to tag null

array +   back +   call +   char +   class +   code +   column +   compiler +   count +   create +   data +   date +   default +   each +   example +   exists +   find +   from +   Given +   group +   have +   information +   inner +   integer +   interface +   item +   iterable +   iteration +   iterator +   java +   join +   le +   list +   Liszt +   loop +   method +   mysql +   name +   next +   only +   optimization +   order +   over +   parent +   parties +   problem +   procedure +   public +   query +   randomaccess +   reply +   results +   resultset +   return +   rows +   schema +   select +   table +   tables +   that +   this +   time +   total +   type +   Using +   util +   value +   values +   view +   where +   which +   with +