Re: Returned row count doesn't match lines in output file
От | Rob Sargent |
---|---|
Тема | Re: Returned row count doesn't match lines in output file |
Дата | |
Msg-id | A5812DC0-8FBF-46BA-BAB7-1B91A106720D@gmail.com обсуждение исходный текст |
Ответ на | Returned row count doesn't match lines in output file ("Tchouante, Merlin" <mtchouan@umaryland.edu>) |
Список | pgsql-sql |
On Nov 7, 2019, at 10:57 AM, Tchouante, Merlin <mtchouan@umaryland.edu> wrote:Hello group,I’m new to this group so please bear with me.select count (u.user_id)from users u, course_main cm, course_users cuwhere cu.crsmain_pk1 = cm.pk1and cu.users_pk1 = u.pk1and cm.course_id = 'Org.dent.Training';(4915 rows)I’m executing an .sql file which looks like this:\o /home/bbuser/banner/gradeload/sodorgusers.txt\t onselect u.user_id||'|'||u.firstname||'|'||u.lastname||'|'||u.email||'|'||u.student_idfrom users u, course_main cm, course_users cuwhere cu.crsmain_pk1 = cm.pk1and cu.users_pk1 = u.pk1and cm.course_id = 'Org.dent.Training'order by u.lastname, u.firstname;\t off\oWhen I look at the output file, it has a bunch of blank lines in between the records but displays a line count of 4916. What is causing the blank lines? When I strip away the blank lines from the file, I get 3525 lines. Why aren’t all 4,915 records writing to the file?
Any and all help would be greatly appreciated.Thanks,-- MerlinMerlin D. Tchouante, Sr. IT Enterprise Application Developer
Center for Information Technology Services (CITS)
601 West Lombard Street
Baltimore, Maryland 21201-1512
mtchouan@umaryland.edu
410-706-4489 * 410-706-1500 faxPlease send Mediasite questions to the CITS support email address: DL-CITSMediasiteSupport@umaryland.edu<image001.jpg>
В списке pgsql-sql по дате отправления: