Answers

Question and Answer:

  Home  Unix General

⟩ Using Unix command how to display no of records in oracle?

>wc -l filename

Example:cat>file

1 abc 100

2 def 200

3 ghi 300

4 ijk 500

>wc -l file

4 file

 165 views

More Questions for you: