Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 16ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register

All gists

All Recently liked Recently forked
stuzer05

stuzer05 / Oracle search source code in functions DDL

Last active 3 months ago
1 0 1
1 SELECT
2 type,
3 name,
4 text
5 FROM
6 all_source
7 WHERE
8 type IN ( 'FUNCTION', 'PROCEDURE' )
9 AND UPPER(text) like UPPER('%EI_KURS_VAL%')
10 ORDER BY type, name