|
Question:
I want to ask you if there is the same editor for
Microsoft SQL (MS-SQL) and Oracle?
Answer:
I use notepad or vi. Here is a great free vi
editor for Windows:
http://www.vim.org/download.php
With notepad, just open a DOS command window and
enter:
c:\oracle\files notepad myfile.sql
|