Can somebody please help me with the syntax for copying the response of a query in a file
I want to use BCP utility to copy the response of the query
select s.study_key, s.study_id, e.volume_id from study s, examination e
where s.study_key=e.s tudy_key
Please I need immediate help with this.
Thanks for you help
I want to use BCP utility to copy the response of the query
select s.study_key, s.study_id, e.volume_id from study s, examination e
where s.study_key=e.s tudy_key
Please I need immediate help with this.
Thanks for you help
Comment