Search:     Advanced search
Browse by category:
Glossary | Contact Us

Database Knowledge Base / PostgreSQL
Showing: 1-10 of 10  
Articles
 
document i am writing a function to return a table in the select query i am using a join and for some columns i want to give alias name but alias name given within" " is not accepting pls give me some suggestions as soon as possible
select a.answer as "choice",a.answerno as "choiceno",q.questionid,q.answer as "answerno", q.solution,s.question from...
19 Aug, 2007 Views: 187 Comments: 0
document How we can perform MINUS (Oracle) Or EXCEPT (Maxdb) in MS Access?
 Following query shows all records those are available in table 1 but not available in table 2 SELECT * FROM [TABLE1] LEFT JOIN [TABLE2]...
09 Oct, 2007 Views: 276 Comments: 0
document What is PostgreSQL? How is it pronounced?
PostgreSQL is pronounced Post-Gres-Q-L, and is also sometimes referred to as just Postgres. An audio file is available in for those would like to...
06 Sep, 2007 Views: 169 Comments: 0
document Who controls PostgreSQL?
If you are looking for a PostgreSQL gatekeeper, central committee, or controlling company, give up --- there isn't one. We do have a core committee...
06 Sep, 2007 Views: 162 Comments: 0
document What is the copyright of PostgreSQL?
PostgreSQL is distributed under the classic BSD license. Basically, it allows users to do anything they want with the code, including reselling...
06 Sep, 2007 Views: 153 Comments: 0
document What platforms does PostgreSQL support?
In general, any modern Unix-compatible platform should be able to run PostgreSQL. The platforms that had received explicit testing at the time of...
06 Sep, 2007 Views: 216 Comments: 0
document Where can I get PostgreSQL?
Via web browser, use , and via ftp, use .
06 Sep, 2007 Views: 157 Comments: 0
document How does PostgreSQL compare to other DBMSs?
There are several ways of measuring software: features, performance, reliability, support, and price. Features PostgreSQL has most features present...
06 Sep, 2007 Views: 867 Comments: 33
document Will PostgreSQL handle recent daylight saving time changes in various countries?
USA daylight saving time changes are included in PostgreSQL release 8.0.[4+], and all later major releases, e.g. 8.1. Canada and Western Australia...
06 Sep, 2007 Views: 137 Comments: 0
document What is the maximum size for a row, a table, and a database (PostgreSQL)?
These are the limits: Maximum size for a database? unlimited (32 TB databases exist)
06 Sep, 2007 Views: 197 Comments: 0



RSS