102.like查询.mql 176 B

123456789101112
  1. select id,date,customerid, consumption,yearmonth_customerid_customers_customerid from /birddata/yearmonth where customerid=7653 and date like '2012*'
  2. /**
  3. output()
  4. **/
  5. ;