Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
u5_databaser [2009-11-10 13:44]
Joakim Forsgren
u5_databaser [2009-11-10 13:47]
Joakim Forsgren
Line 86: Line 86:
 <php> <php>
 /* /*
 +<code SQL>
 1. 1.
 SELECT * FROM Birds; SELECT * FROM Birds;
Line 122: Line 123:
 GROUP BY UserID  GROUP BY UserID 
 ORDER BY Antal DESC; ORDER BY Antal DESC;
 +</code>
 */ */
 </php> </php>