If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Hi Team

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-16-11, 07:25
AKumarS AKumarS is offline
Registered User
 
Join Date: Sep 2011
Posts: 2
Smile Hi Team

i need to fetch the data with all columns from a table based on the condition where update_date<9/15/2011 4:59:27 pm
Reply With Quote
  #2 (permalink)  
Old 09-16-11, 07:51
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,408
Quote:
i need to fetch the data with all columns from a table based on the condition
Well, then just do that.
What's your question?
Reply With Quote
  #3 (permalink)  
Old 09-18-11, 13:33
AKumarS AKumarS is offline
Registered User
 
Join Date: Sep 2011
Posts: 2
Smile Hi Team

my question is i need to fetch the data from source table and staging table based on the update_date( it is in the format like
10/26/2002 5:52:58 AM) attribute and do the minus query to test the count?pls let me know for further clarification on the question raised by me.
Reply With Quote
  #4 (permalink)  
Old 09-18-11, 16:32
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,408
Please post the structure of your tables (ideally as CREATE TABLE statements)
Post some sample data
Post the desired output based on the sample data
And post anything you have tried so far.

Btw: DATE columns don't have a format...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On