select *from yProposalMain_ProposalMainInfo where yProposalGuid=a4a15401-ece0-4a07-99f6-590be159d5d5
yProposalGuid字段是一个GUID字符串值,要使用单引号包裹才可以
正确写法:
select * from yProposalMain_ProposalMainInfo where yProposalGuid='a4a15401-ece0-4a07-99f6-590be159d5d5';