Parses a SELECT statement.
@return A {@link org.eigenbase.sql.SqlSelect} for a regular SELECT statement; a {@link org.eigenbase.sql.SqlBinaryOperator}for a UNION, INTERSECT, or EXCEPT.
@throws SqlParseException if there is a parse error
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.