Questions tagged [tablename]

143 questions
-1
votes
1 answer

Table Names in formula

In the Name Manager, I have a few Table Names defined: A, B, C and D. Now, I want to check which formulas in the current workbook that contain one particular table name, say C. How I can check it apart from opening all formulas via the shortcut…
-1
votes
1 answer

java.lang.NullPointerException at org.hibernate.mapping.Table.setName

this is my exception Caused by: java.lang.NullPointerException at org.hibernate.mapping.Table.setName(Table.java:181) at org.hibernate.cfg.Configuration$MappingsImpl.addTable(Configuration.java:2937) at…
-1
votes
1 answer

Showing table hierarchy through table names

I am working on redesigning a database for a product called Project Billing. I am having trouble coming up with table names. In the old database, the names were super obscure (PRB_PROJ_LVL), so old is of no help. The database is small - 10 tables or…
Mark Williams
  • 583
  • 7
  • 18
-2
votes
1 answer

How do you name a many-to-many relationship table using Fluent Api?

I have created a many-to-many relationship, and the name the table (the one that has the Id of both records / objects) has doesn't appeal to me. So how can I name that table using Fluent Api? By a usual table I'd use ToTable("Name"), but how do I do…
-2
votes
1 answer

How to search for a variable name in PostgreSQL?

I want to search for a particular variable name in ‘PostgreSQL’ database. Similar to the following ‘Teradata’ query Select TableName, ColumnName from DBC.Columns Where ColumnName like (‘%profile%’) Is there a similar query in PostgreSQL?
ckp
  • 579
  • 2
  • 10
  • 27
-2
votes
1 answer

Save HTML table Data in .csv file without using table id using java script

I am trying to get html table data from this website and save it in .csv file but I can't do it by using sahi automation tool and java script coz table id is not given.
swapnil
  • 11
  • 1
-3
votes
2 answers

How to show tables names and for each table rows count wpf c#

I am trying to finish my graduation project which is a desktop application for database transfer. The application was made by C# WPF. I want to introduce a feature in the application which is Quality Assurance, and it should be done as follows: When…
Khalid
  • 3
  • 2
1 2 3
9
10