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

推荐订阅源

I
InfoQ
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
U
Unit 42
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
F
Fortinet All Blogs
H
Help Net Security
J
Java Code Geeks
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
L
LangChain Blog
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium

博客园 - 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)