大小写转换
摘要:Oracle Sqlselect s.* from dev_part_status p right join dev_status_code_info s on p.device_type_code = s.dev_type_code and p.status_id = s.status_id and LOWER(p.part_type) =LOWER(s.part_type)
阅读全文
posted @ 2007-12-25 16:49
浙公网安备 33010602011771号