/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to DataBase/MySQL/sql/example.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT genes.* COUNT(results.id)
 
2
FROM genes LEFT JOIN results
 
3
ON genes.gen_num=results.gen_num
 
4
GROUP BY genes.gen_num
 
5
HAVING COUNT(results.id)>1
 
 
b'\\ No newline at end of file'