10 lines
268 B
SQL
10 lines
268 B
SQL
-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com
|
|
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
|
|
|
|
|
|
set arrays 36
|
|
set lines 110
|
|
set head off
|
|
set tab off
|
|
set serveroutput on format wrapped
|