INITCAP( string1 )
返回一个字符串值。
Initcap()函数可用于以下版本的Oracle :
Oracle 12c、 Oracle 11g、 Oracle 10g、 Oracle 9i
下面是一些Oracle Initcap()函数使用示例:
INITCAP('tech on the oraok'); -- Result: 'Tech On The Oraok' INITCAP('GEORGE BURNS'); -- Result: 'George Burns'
// 异步方式 // 结果以事件回调方式返回 Command command = new Command("/system/bin/ping", "-c", "4", "-s", "100", "www.baidu.com");