|
|||||||||||
|
couldn't figure out a sql statement for what I want, anyone can help? thanks
From: raybristol <raygrrr(at)gmail.com>
Date: Thu Oct 04 2007 - 12:35:13 EDT I have 2 tables in database:
table A:
table B: ID(int) | Days (int) I want to use 'Select into' to create a new table with 2 columns like: new table: ID(int) | newReceivedDate (Timestamp) the column 'newReceivedDate' will be based on A.receivedDate + B.Days, so if I got a row in table A: 1, 01-12-2007, a row in table B: 1, 3, then I should have a row in new table: 1, 04-12-2007
I hope that make sense and wonder whether I can do it with sql statement,
many thanks!
-- This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 10:14:17 EDT |
||||||||||
|
|||||||||||