select notice_id notice_title notice_type castnotice_content as char as notice_content status create_by create_time update_by update_time remark from sys_notice 转达梦sql
SELECT notice_id, notice_title, notice_type, CAST(notice_content AS CHAR) AS notice_content, status, create_by, create_time, update_by, update_time, remark FROM sys_notice;
原文地址: https://www.cveoy.top/t/topic/hgfP 著作权归作者所有。请勿转载和采集!