SimpleSelect.sql 132 B

123456
  1. select
  2. concat( "pt.post_code='", mx.post_code, "'") as value,
  3. type_title as caption
  4. from
  5. pro_post_type as mx
  6. where sort='400';