zoukankan      html  css  js  c++  java
  • postgresql 数据库

    postgresql 数据库

    postgresql 数据库

    Table of Contents

    1 postgresql

    公司用的这个开源数据库。其实用起来还挺不错的。

    2 通配符

        
      # tt~aa~bb
      select host_name, length(host_name)-length(replace(host_name, '~', '')) from table;
      
      

    _ 代表匹配任何单个字符。

    % 代表匹配任何零或者更多字符

    Date: 2013-04-26 Fri

    Author: liweilijie

    Org version 7.9.2 with Emacs version 23

    Validate XHTML 1.0
  • 相关阅读:
    delphi 如何让ScrollBox的内容与滚动条一起实时滚动
    C# Wpf集合双向绑定
    C# Wpf异步修改UI,多线程修改UI(二)
    C# 自定义线程修改UI(一)
    WPF FindName()查找命名注册的元素
    数据绑定
    WPF绑定Binding及模式
    WPF-Binding的源
    WPF-Binding对数据的检验
    WPF-数据转换
  • 原文地址:https://www.cnblogs.com/liweilijie/p/3045174.html
Copyright © 2011-2022 走看看