Changes between Initial Version and Version 1 of Ticket #75
- Timestamp:
- Dec 6, 2010 2:00:45 PM (14 years ago)
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 1 3 select * from wrbd.fish_fi left join (select * from wrbd.operation_op where op_nbtotal>0)as ope 2 4 on (fi_date,fi_st_id)=(ope.op_date,ope.op_st_id) … … 18 20 on (fi_date,fi_st_id)=(ope.op_date,ope.op_st_id) 19 21 order by fi_id ; 22 }}}