随笔分类 -  Others

Sybase PATINDEX
摘要:语法 PATINDEX('%pattern%', expression) 返回pattern字符串在表达式expression里第一次出现的位置,起始值从1开始计算,没有找到则返回0. 案例 select patindex('%ing%','Do one thing at a time, and d 阅读全文
posted @ 2018-04-13 13:44 明星程序员 阅读(164) 评论(0) 推荐(0)
Sybase 连接数据库错误
摘要:密码错误: Password: Msg 4002, Level 14, State 1:Server 'DEVELOP':Login failed.CT-LIBRARY error:ct_connect(): protocol specific layer: external error: The 阅读全文
posted @ 2018-04-03 15:49 明星程序员 阅读(673) 评论(0) 推荐(0)
Sybase sp_procxmode
摘要: 阅读全文
posted @ 2018-03-21 17:28 明星程序员 阅读(261) 评论(0) 推荐(0)