Re: [GENERAL] How to flatten a database table

2010-06-22 Thread Thomas Kellerer
mai fawzy, 22.06.2010 10:38: I have a table that has the following fields: IDMoney Date State 1 20 2010-01-01 done 2 10 2010-01-02done I need to select the values from this table to join them 2 another select statement but the pro

[GENERAL] How to flatten a database table

2010-06-22 Thread mai fawzy
Hi All, I have a table that has the following fields: IDMoney Date State 1 20 2010-01-01 done 2 10 2010-01-02done 3 . . . . n I need to select the values from this table to join them 2 another select statement but t