Search inherited tables

Поиск
Список
Период
Сортировка
От Stephan Richter
Тема Search inherited tables
Дата
Msg-id 4.3.1.0.20000909091244.00a8c4c0@198.78.130.6
обсуждение исходный текст
Список pgsql-general
Hello everyone,

I have he following situation:

I have a 'base' table called Problem and 5 other tables that inherit
Problem: MultipleChoiceProblem, TrueFalseProblem, EssayProblem,
NumericProblem and MatchProblem

I want to do the following query:

SELECT * FROM Problem;

But Problem is empty, since I fill only the derived tables. How can I make
this query?

Thanks for your help in advance!

Regards,
Stephan
--
Stephan Richter
CBU - Physics and Chemistry Student
Web2k - Web Design/Development & Technical Project Management


В списке pgsql-general по дате отправления:

Предыдущее
От: Samy Elashmawy
Дата:
Сообщение: Re: Reports
Следующее
От: Stephan Richter
Дата:
Сообщение: Another question: Order of entries