惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
MyScale Blog
MyScale Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Vercel News
Vercel News
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
D
Docker
MongoDB | Blog
MongoDB | Blog
量子位
博客园_首页

博客园 - FilyCks

SQL动态条件查询例子 日期格式化函数 解决日志文件满造成的无法写入问题 数据库的日志文件 Delphi制作DLL SQLSERVER 日期函数及取当天数据 SQL语句导入导出大全 日期数据处理 按时间段统计数据(1) FastReport(5) FastReport(4) FastReport(3) FastReport(2) FastReport(1) 游标嵌套(个人笔记) FastReport 的初学感悟 图片转换和读取(个人笔记) 游标的一些例子 自己研究出来的第一个游标
查询表(个人笔记)
FilyCks · 2008-03-13 · via 博客园 - FilyCks

select a.imageno, b.imagetypename from imageproperty_t a left join imagetype_t b on
a.imagetype=b.imagetype where a.archno=(select archno from archflow_t where archbcid='' )


'exec GetImage '' ' + ADODataSet1.FieldByName('IDBName').AsString + ' '','' ' + ADODataSet1.FieldByName('IUID').AsString + ' '' ')


select b.imagetypename,a.imageno,a.isorg,a.isbl,a.imagebak from imageproperty_t a left join imagetype_t b on a.imagetype=b.imagetype where archbcid='0000000000002' and imageno in (select min(imageno) from imageproperty_t where archbcid='0000000000002' group by imagetype)