Changes between Initial Version and Version 1 of Ticket #120


Ignore:
Timestamp:
10/25/2012 05:51:10 PM (13 years ago)
Author:
huangjianhua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #120 – Description

    initial v1  
    2424 
    2525{{{ 
    26 select c.id, c.title,c.product_id,p.short_name from ent_product c, v_pdl_product p where c.product_id = p.id ....... 
     26select c.id, c.title,c.product_id,p.short_name  
     27from ent_product c, v_pdl_product p where c.product_id = p.id ....... 
    2728}}} 
    2829