set @str='select a.*,b.f_name as F_typename,b.F_upid from t_Emp a left join t_Class b on a.F_Type = b.F_ID'
exec @str
在数据库我定义了每个form的查询语句然后通过提交form进行显示,哪错了 服务器: 消息 203,级别 16,状态 2,行 5 名称 'select a.*,b.f_name as F_typename,b.F_upid from t_Emp a left join t_Class b on a.F_Type = b.F_ID' 不是有效的标识符。