select *from yProposalMain_ProposalMainInfo where yProposalGuid=a4a15401-ece0-4a07-99f6-590be159d5d5
yProposalGuid字段是一個GUID字符串值,要使用單引號包裹才可以
正確寫法:
select * from yProposalMain_ProposalMainInfo where yProposalGuid='a4a15401-ece0-4a07-99f6-590be159d5d5';