[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Re: Backtick Backquote in JDBC Driver SQL

The SQL Query Builder component uses double-quotes, so I'm surprised that you are seeing back-quotes. Plus, it only quotes when necessary. (That is when the identifier contains spaces or other unusual characters.) Can you give a more detailed usage scenario?

Rob C. wrote:
The SQL builder adds backticks (backquotes) to database and table names. Teradata (which I'm accessing through a JDBC driver) can't interpret the backquotes. Is there an way to make them optional, or replace them with another delimiter? (Teradata uses double quotes (") or nothing instead of the backquote (`).