amead wrote:
D. Richard Hipp wrote:

[EMAIL PROTECTED] wrote:

The formatting seems all messed up after the 3rd example
in the "ATTACH command" section.  (As viewed from Mozilla.)


I didn't notice any obvious formatting issues viewing it using Netscape 7.2 or Firefox Preview 1.0 (on Windows XP).


The error is in the following snippet of HTML:

<p>
To summarize a query was performed on two tables that resided in separate databases. This union created the virtual table. The select syntax is as follows: SELECT <expression> FROM <table>. For the table option we have
used the complete string "(select 'e1' as db,* from e1.exam union select 'e2' as db,* from e2.exam)", which is our virtual table.
<p></p>



It should say "&lt;expression&gt;" not "<expression>" and "&lt;table&gt;" not "<table>". It is the second of these that is giving mozilla fits, I suspect.

Generally speaking, the document I downloaded has a lot
of "<" and ">" characters that should be "&lt;" and "&gt;"
respectively.





--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to