Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はスプールファイルでクエリを取得していますが、クエリ結果の前または後にエコーステートメントを書きたい場合、どのようにそれが可能ですか.
spool c:/test.txt !echo "This is showing the details of employee" select * from employee; spool off
スプールファイルでこの行「これは従業員の詳細を示しています」を取得するにはどうすればよいですか