上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 48 下一页
摘要: 1. 字段可以是中文 2. 连接字符串:string cnstr = "Server=localhost; User Id=LJQ; password=s082"; 3. 和Oracle差不多,创建一个用户,然后这个用户创建模式,相当于mssql的一个数据库。 4. 在创建数据库(实例)时,指定查询 阅读全文
posted @ 2022-04-19 23:21 81 阅读(757) 评论(0) 推荐(0)
摘要: 解决方案-智能表 | 智慧能源 (shanghaikent.com) 阅读全文
posted @ 2022-04-09 09:39 81 阅读(43) 评论(0) 推荐(0)
摘要: 【原创】30秒解决win10下无法输入中文,输入法栏消失的难题! - 知乎 (zhihu.com) 杀进程后的确又出现了,还服务设置为自动,系统恢复正常 阅读全文
posted @ 2022-04-08 23:30 81 阅读(336) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/jonney-wang/p/9654944.html Firebird 默认是大小写敏感,在检索的时候。 要想不敏感检索,两种方法: 1、where upper(name) = upper(:flt_name) 2、检索时指定字符集collati 阅读全文
posted @ 2022-04-04 11:39 81 阅读(99) 评论(0) 推荐(0)
摘要: Firebird 条件函数 - jonney_wang - 博客园 (cnblogs.com) 1、iif IIF (<condition>, ResultT, ResultF) 示例: select iif( sex = 'M', 'Sir', 'Madam' ) from Customers S 阅读全文
posted @ 2022-04-04 11:31 81 阅读(140) 评论(0) 推荐(0)
摘要: Firebird shadow - jonney_wang - 博客园 (cnblogs.com) 火鸟数据库的shadow,即实时镜像。 主库发生变化,shadow也跟随变化,防止任何意外造成主库损坏无法使用,当然shadow可以有多个。 1、创建shadow的准备:修改Firebird.conf 阅读全文
posted @ 2022-04-04 11:18 81 阅读(92) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/jonney-wang/p/9353332.html 语法: LIST ([ALL | DISTINCT] expression [, separator]) 示例: select list(u.code, ';') from m_user u 阅读全文
posted @ 2022-04-04 11:16 81 阅读(83) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/jonney-wang/p/9353247.html 查询当前时间: 1、使用内置系统变量 1 select current_timestamp from rdb$database 2、使用now字符串转换 1 select cast('NOW' 阅读全文
posted @ 2022-04-04 11:12 81 阅读(205) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jonney-wang/p/9350974.html execute block asdeclare variable i int = 0;begin while(:i < 100) do begin :i = :i + 1; insert into 阅读全文
posted @ 2022-04-04 11:02 81 阅读(99) 评论(0) 推荐(0)
摘要: https://answers.microsoft.com/zh-hans/windows/forum/all/%e5%8f%b3%e9%94%ae%e8%8f%9c%e5%8d%95%e5%8f%8d/c477971b-a051-4a6d-bec0-2a81a98bfab2 非常感谢您能这么重视我 阅读全文
posted @ 2022-03-24 13:57 81 阅读(119) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 48 下一页