EnterpriseDB: The Enterprise Postgres Company Postgres Plus Forums: The PostgreSQL Open Source Database from EnterpriseDB
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 

A small query  XML

Forum Index » GridSQL - Developers
Author Message
Srinivasa Rao_G_2

New member

Joined: 9 Feb 2010 07:15:33
Messages: 1
Offline

Hai,
A small query..
I have a table with only two integer columns.
Daily a count of records get inserted into the mentioned two column table.
Now, my requirement is..
I need to get the records based on date (no date field is present*).
Is it possible?
If possible.. how?
Mason_S

Senior member

Joined: 1 Apr 2008 09:03:08
Messages: 380
Offline

Hello,

Why not just add a date column? You can also create a date dimension table and use a different data type like integer in your main table to represent the date, it may be a bit faster.
[WWW]
 
Forum Index » GridSQL - Developers
Go to:   
Powered by JForum 2.1.8 © JForum Team