Menu

#4 multi-line commands aren't saved to script

open
nobody
None
5
2004-01-18
2004-01-18
No

!script test.sql
select * from emps
where empno=10;
!script

The script only saves the first line because the
multi-line logic is buried deep inside the sql method
where the dispatch method can't see it.

Discussion


Log in to post a comment.