最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

coldfusion - How to check if the value exist in the query result - Stack Overflow

programmeradmin4浏览0评论

I Have a query result,getFilePackageAudit. This query result has 3 columns FilemasterID, TrackNo, and CodeNo.

getFilePackageAudit result is as below:

FilemasterID  TrackNO CodeNo
1234           345     231
78964          111     2346

I need to check for particular values that exist in the query result. i.e., For Example, I need to check if FIlemasterID = 1234 exists in the getFilePackageAudit result.

Is there any ColdFusion function that exists for this?

发布评论

评论列表(0)

  1. 暂无评论