Changes between Initial Version and Version 1 of Ticket #75


Ignore:
Timestamp:
Dec 6, 2010 2:00:45 PM (14 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #75

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #75 – Description

    initial v1  
     1{{{ 
     2#!sql 
    13select * from wrbd.fish_fi left join (select * from wrbd.operation_op where op_nbtotal>0)as ope  
    24on (fi_date,fi_st_id)=(ope.op_date,ope.op_st_id)   
     
    1820on (fi_date,fi_st_id)=(ope.op_date,ope.op_st_id)  
    1921order by fi_id ;   
     22}}}