Changes between Initial Version and Version 1 of Recette SQL Bilanjournlier


Ignore:
Timestamp:
Sep 7, 2010 11:05:55 AM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette SQL Bilanjournlier

    v1 v1  
     1 
     2{{{ 
     3!#sql 
     4SELECT count(*),bjo_dis_identifiant, bjo_annee,bjo_tax_code, bjo_std_code  
     5FROM iav.t_bilanmigrationjournalier_bjo  
     6group by bjo_annee,  
     7bjo_dis_identifiant, bjo_tax_code, bjo_std_code 
     8order by bjo_tax_code,bjo_std_code,bjo_annee 
     9}}}