define a SELECT clause once and reuse it many other queries
forumerMar 16 2013 — edited Mar 17 2013PL_SQL
Is there a way to define a SELECT clause once and reuse it in many other queries?
I have many procedures with same SELECT statement and I'm trying to find a way to not have to write out the SELECT clause in every function or procedure. Same question applies to FROM, WHERE, etc clauses.
Thanks