You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
320 B

5 years ago
  1. select '"' || system_code || '",'||'"'||system_code||'",' || '"' || lower(system_code) || '",' || '"' ||
  2. replace(replace(system_name_c,'(','['),')',']') || '",' || '"' || replace(replace(system_name_e,'(','['),')',']') || '"'
  3. from sec1103
  4. where system_loc <> 'CN'
  5. and instr(system_name_c,'(暫停使用)')<=0