Opengist

Explore

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

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
stuzer05

stuzer05

Joined 2 years ago

All gists 14 Liked 1
Recently created Least recently created Recently updated Least recently updated
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