2026-03-12 20:23:15
This commit is contained in:
19
tpt/tools/moats_v1.05/top.sql
Normal file
19
tpt/tools/moats_v1.05/top.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
-- 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.
|
||||
|
||||
|
||||
-- Following settings should be mandatory and documented...
|
||||
-- --------------------------------------------------------
|
||||
set arrays 72
|
||||
set lines 110
|
||||
set head off
|
||||
set tab off
|
||||
set pages 0
|
||||
|
||||
-- Windows sqlplus properties for optimal output (relative to font):
|
||||
-- * font: lucide console 12
|
||||
-- * window size: height of 47
|
||||
|
||||
select * from table(moats.top(5));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user