Skip to main content



      Home
Home » Eclipse Projects » DTP » Backtick Backquote in JDBC Driver SQL
Backtick Backquote in JDBC Driver SQL [message #57227] Fri, 10 July 2009 16:47 Go to next message
Eclipse UserFriend
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 (`).
Re: Backtick Backquote in JDBC Driver SQL [message #436370 is a reply to message #57227] Thu, 30 July 2009 19:12 Go to previous message
Eclipse UserFriend
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 (`).
>
>
Re: Backtick Backquote in JDBC Driver SQL [message #596171 is a reply to message #57227] Thu, 30 July 2009 19:12 Go to previous message
Eclipse UserFriend
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 (`).
>
>
Previous Topic:Access Web Services using DTP
Next Topic:"Edit in SQL Query Builder..." does nothing
Goto Forum:
  


Current Time: Thu Mar 13 14:06:07 EDT 2025

Powered by FUDForum. Page generated in 0.03667 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top