Top "Tablename" questions

Table name as variable

I am trying to execute this query: declare @tablename varchar(50) set @tablename = 'test' select * from @tablename This produces the following …

sql sql-server tsql variable-names tablename
Loop on tables with PL/pgSQL in Postgres 9.0+

I want to loop through all my tables to count rows in each of them. The following query gets me …

postgresql variables loops plpgsql tablename
How to select from MySQL where Table name is Variable

I have a case where getting the table name should be from a set variable like: SET @ID_1 = (SELECT ID …

mysql set tablename
How to get table name from column in DB2?

I need the db2 sql query to find the table/tables from column name. I have the column name but …

sql db2 tablename columnname
Use Mysql lower_case_table_names to 1

I have installed mysql v5.5.17 in linux using yum, now i want default lowercase table names so i have added …

mysql tablename
Query a table that has spaces in its name

I have a situation, I have a Access table named Gas Flow Rates that I want to add records. When …

c# ms-access-2007 tablename
Entity Framework Core RC2 table name pluralization

Is there a way to do what this code did in EF Core RC 2? protected override void OnModelCreating(ModelBuilder modelBuilder) { …

c# entity-framework-core pluralize tablename
SQL statement to find a table by its name

We have a lot of databases and a lot of tables within those databases. I'm searching for a specific one. …

sql sql-server database find tablename
mysql (5.1) > create table with name from a variable

I'm trying to create a table with a name based on the current year and month(2011-09), but MySQL doesn't …

mysql variables dynamic tablename
Excel Return Table name using Formula?

I was wondering if there is anyway to return the name of the table using a formula? I was working …

excel formula defined tablename