public marks

PUBLIC MARKS from projects with tags this & select

14 April 2007

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:

07 March 2007

MySQL AB :: MySQL 5.1 Reference Manual :: 3.2 Entering Queries

mysql> SELECT -> USER() -> , -> CURRENT_DATE; +---------------+--------------+ | USER() | CURRENT_DATE | +---------------+--------------+ | jon@localhost | 2005-10-11 | +---------------+--------------+ In this exam

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 this

about +   also +   article +   articles +   back +   based +   because +   been +   best +   blog +   business +   click +   comments +   could +   create +   data +   design +   does +   file +   files +   find +   free +   from +   good +   google +   great +   group +   have +   here +   home +   images +   information +   into +   just +   like +   link +   list +   look +   make +   more +   most +   Much +   need +   news +   office +   online +   only +   other +   page +   people +   post +   posts +   problem +   products +   program +   resolution +   right +   screen +   search +   server +   service +   Should +   site +   size +   software +   some +   such +   support +   text +   than +   that +   their +   them +   Then +   there +   these +   They +   time +   tools +   type +   used +   Using +   version +   very +   video +   view +   want +   well +   were +   what +   when +   where +   which +   will +   windows +   with +   work +   world +   would +   your +