File: test_sql_anno.sh_74bc5fb90a0c94a1a37d30a8e9254ea02c192a75.out

package info (click to toggle)
lnav 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,084 kB
  • sloc: cpp: 215,599; ansic: 59,220; sh: 4,650; makefile: 3,578; python: 1,197; sql: 315; xml: 264; javascript: 18
file content (12 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
                 SELECT       lower(abc)
     sql_keyword ------
        sql_func              ----------
       sql_ident              -----
       sql_paren                   -
       sql_ident                    ---
       sql_paren                       -
SELECT: Query the database and return zero or more rows of data.
Formatted:
SELECT
    lower(abc)
Cursor offset: 7