This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
SQL= SELECT No, Name, ParentNo, ZLLX, CASE ZLLX WHEN 0 THEN '售卖' WHEN 1 THEN '租赁' WHEN NULL THEN '售卖' END "ZLLXText", Idx FROM ZH_ProductSort WHERE (1=1) Exception=Unknown column 'ZLLX' in 'field list'
SQL= SELECT OID, FK_Node, Title, ExcType, CASE ExcType WHEN 0 THEN '超链接' WHEN 1 THEN '函数' WHEN NULL THEN '超链接' END "ExcTypeText", UrlExt, Target, Idx, Icon, IFNULL( IsMyFlow,0) IsMyFlow, IFNULL( IsMyTree,0) IsMyTree, IFNULL( IsMyView,0) IsMyView, IFNULL( IsMyCC,0) IsMyCC FROM WF_NodeToolbar WHERE (1=1) AND ( ( WF_NodeToolbar.FK_Node =@FK_Node) ) Exception=Unknown column 'Icon' in 'field list'