Monday, October 13, 2025

Minimalistic Oracle: How to delete all lines above and below the curren...

Minimalistic Oracle: How to delete all lines above and below the curren...: In vi (or vim), you can delete all lines above the current line with this one simple command: :1,.−1d To delete all rows above the current...

No comments:

Post a Comment

Minimalistic Oracle: A SQL-centric and a session-centric way to query V...

Minimalistic Oracle: A SQL-centric and a session-centric way to query V... : Version 1: SQL-Centric  This version starts from V$SQL and...