Top "Tablename" questions

How to use dynamic table name in SELECT query using JDBC

I have 5 or table table to query from \ my syntax i like this String sql2 = "SELECT * FROM ? WHERE Patient_ID = ?"; …

java mysql select dynamic tablename
Using mysqlimport where the filename is different from the table name

I've been playing with mysqlimport and I've run into the restriction where the filename has to be the same as …

mysql filenames restriction mysqlimport tablename
LINQ Select from dynamic tableName string

I want to get list of records from an entity model (I'm using EF version 5) with a particular accountID. I'm …

linq select dynamic tablename
Select all Table/View Names with each table Row Count in Teredata

I have been stuck into a question. The question is I want to get all Table name with their Row …

sql teradata rowcount tablename dynamic-queries
Left join with dynamic table name derived from column

I am new in PostgreSQL and I wonder if it's possible to use number from table tbc as part of …

sql postgresql dynamic dynamic-sql tablename
Safe way to use table name as parameter in JDBC query

What is the safe way how to put table name as parameter into SQL query? You cannot put table name …

java jdbc dynamic tablename