O
oracle8
Unregistered / Unconfirmed
GUEST, unregistred user!
bcp "SELECT au_fname, au_lname FROM pubs..authors ORDER BY au_lname"
queryout Authors.txt -c -Sservername -Usa -Ppassword
这句是BOOKS ONLINE上的原句,可是在我的QUERY ANALYZER中却不能执行。
错误信息为:
Line 1: Incorrect syntax near 'queryout'.
请问是为什么?
(另外,还有别的方法完成此项操作吗?用sql语句)
queryout Authors.txt -c -Sservername -Usa -Ppassword
这句是BOOKS ONLINE上的原句,可是在我的QUERY ANALYZER中却不能执行。
错误信息为:
Line 1: Incorrect syntax near 'queryout'.
请问是为什么?
(另外,还有别的方法完成此项操作吗?用sql语句)