string pro_sql = string.Format("select pr_bianma from tb_products where pr_bianma like '%120201%' and LEN(pr_bianma) = 10 order by pr_id desc",txtBianma.Text);

查询产品编码字符长度等于10的SQL语句。使用LEN()函数

最新文章

  1. Druid 基础使用-操作篇(Imply )
  2. angular.element函数
  3. 关于maven的一些常见用法
  4. truncate 与 delete 的区别
  5. Info
  6. jquery学习(2)--选择器
  7. cocos2dx中的精灵CCSprite
  8. Android资源文件及文件夹介绍
  9. 【Vue】Vue的依赖追踪系统 ——搞懂methods watch和compute
  10. svn 提交 working copy is not up-to-date
  11. BZOJ 4539: [Hnoi2016]树 [主席树 lca]
  12. POJ-3026 Borg Maze---BFS预处理+最小生成树
  13. CCF后感
  14. 关于HTTP的笔记
  15. bitcoin源码解析 - 交易 Transcation (一)
  16. CentOS Mininal 安装VMtools的方法
  17. laravel中文件上传:
  18. Webwork【02】前端OGNL试练
  19. python 语法最佳实践
  20. [转帖] Oracle 关闭自动收集统计信息

热门文章

  1. linux下用户和组相关的文件及相关管理命令
  2. Unity Shader入门教程(三)自制光照模型
  3. oracle 11g r2 rac +openfiler 2.99 +centos 6.5+vbox
  4. python开发进程:互斥锁(同步锁)&进程其他属性&进程间通信(queue)&生产者消费者模型
  5. Rest之路 - Rest架构中的重要概念
  6. ZedGraph类库之基本教程篇
  7. Oracle 分区表-Range分区
  8. WARNING: cell0 mapping not found - not syncing cell0
  9. 【原】Coursera—Andrew Ng机器学习—课程笔记 Lecture 7 Regularization 正则化
  10. UIRect中的Anchor组件