I can't see a
column in this table that could potentially correspond and therefore I could
join to it.
Help
--
Alan Chandler
http://www.chandlerfamily.org.uk
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
ah | 15 | 0005-06-10 | Petrol Allowance |-40
Sarah | 11 | 2005-06-05 | Sarah Petrol | 27.74
(5 rows)
I can't figure out why the dates are not in order (see transaction 11 is out
of place).
for reference the transaction table has the "date" field of ty
On Saturday 14 January 2006 13:09, A. Kretschmer wrote:
> am 14.01.2006, um 13:02:48 + mailte Alan Chandler folgendes:
> > select name, id, transaction.date as tdate, description, amount
> > from account join transaction on name=dst where name ='Sarah'
> > or