Hi,
I find that one can't have a prepared statement with bind parameters for a DDL statement,
although I couldn't find the rationale for this restriction. Is this limitation due to the database
design, or is it something that's imposed by the SQL standard and/or the JDBC drivers?
Please clarify.