oracl 和db2 常用语法比较: 1、取前N条记录 Oracle:Select * from TableName where rownum <= N; DB2:Select * from TableName fetch first N rows only; 2、取得系统日期 Oracle:Select sysdate from dual; DB2:Select current timestamp from sysibm.sysdummy1; 3、空值转换 Oracle:Select
语言检测动作
检测问题,发布评论或请求请求中使用的语言。
用法
获取字符串的iso语言代码:
- uses : chronophylos/language-detection-actionv1
id : ' detect '
with :
input : ' Hello World. This is a test from a workflow. '
- name : ' Dump result '
run : echo "Found language `${{steps.