摘要:
原文: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
阅读(69)
评论(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
阅读(184)
评论(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
阅读(80)
评论(0)
推荐(0)
浙公网安备 33010602011771号