当前位置:编程学习 > C#/ASP.NET >>

Aceess数据库

怎么查询23-99(age字段) 范围内的数据 但age字段为字符串形式的 --------------------编程问答-------------------- 想办法转为数字再查询。 --------------------编程问答--------------------
select * from test t
WHERE (((t.age)>"23" And (t.age)<"29"));
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,