-
Notifications
You must be signed in to change notification settings - Fork 16
buf_append
Scott C Gray edited this page Feb 26, 2017
·
4 revisions
Appends the contents of one SQL buffer into another
\buf-append src-buf [dst-buf]
The \buf-append command is utilized to append the contents of one
SQL buffer into another SQL buffer.
History buffers may be referenced using the special reference
notation starting with !, for example !! indicates the previous
buffer. This syntax is covered under the help topic buffers.
For example:
\buf-append !5 !.
appends the contents of history buffer #5 into the current SQL buffer. This could also have been expressed as:
\buf-append !5
Indicates the buffer that you are copying from.
Indicates the buffer you are append to. If not provided this default
to !..