|
|
Archives of the TeradataForum
Message Posted: Thu, 28 May 2009 @ 09:18:09 GMT
Subj: | | JDBC driver and the use of the '?' |
|
From: | | Young, Mark |
Hi all,
I am hoping someone can assist me with an issue raised by one of my clients. The client is running an application that connects using a JDBC
driver and they want to know what the '?' stands for in the query captured by DBQL. A sample of the query taken from DBQL is shown below.
select Table01.col1 as alias1, Table01.col2 as alias2, ...
from DATABASE01.TABLE01
where Table01.col1 in (? , ?)
The query works and provides an answer, but we would like to know what the '?' stand for.
Cheers,
Mark Young
| |