Delete me

From NewHaven Software Wiki

(Difference between revisions)
Jump to: navigation, search
(Removing all content from page)
 
Line 1: Line 1:
-
<source lang="php">
 
-
<?php
 
-
    $v = "string";    // sample initialization
 
-
?>
 
-
html text
 
-
<?
 
-
    echo $v;        // end of php code
 
-
?>
 
-
</source>
 
-
<source lang=sql>
 
-
-- select some data
 
-
SELECT  a, b, COUNT(*) AS c, SUM(d) AS d
 
-
FROM    MyTable
 
-
WHERE  a > b
 
-
GROUP BY a,b
 
-
HAVING  COUNT(*) > 1
 
-
</source>
 

Current revision as of 16:04, 20 February 2009

Personal tools