File: functions.expect.txt

package info (click to toggle)
highlight.js 10.7.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,332 kB
  • sloc: javascript: 41,059; makefile: 157; python: 29; sh: 20
file content (7 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
<span class="hljs-keyword">select</span> <span class="hljs-built_in">CURRENT_CATALOG</span>,
    <span class="hljs-built_in">CURRENT_USER</span>,
    <span class="hljs-built_in">CURRENT_TIME</span>,
    <span class="hljs-built_in">CURRENT_TIME</span>(),
    <span class="hljs-built_in">CURRENT_TIMESTAMP</span>,
    <span class="hljs-built_in">CURRENT_TIMESTAMP</span>()
<span class="hljs-keyword">FROM</span> sys;