Re: [BUGS] Problem with planer

2008-09-01 Thread Russell Smith
[EMAIL PROTECTED] wrote: > select ats.id, ap.value from akh_test_suit ats > LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id > where ats.ID = 472 > > id | value > 472 | 472 > ID -- integer > value -- text > > > select * from akh_test_suit ats > LEFT JOIN akh_properties ap on ap.ID

Re: [BUGS] Problem with planer

2008-08-26 Thread Eugen.Konkov
nt: Tuesday, August 26, 2008 1:15 PM Subject: Re: [BUGS] Problem with planer [EMAIL PROTECTED] wrote: select ats.id, ap.value from akh_test_suit ats LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id where ats.ID = 472 id | value 472 | 472 ID -- integer value -- text select * from akh_t

Re: [BUGS] Problem with planer

2008-08-26 Thread Hans-Juergen Schoenig
[EMAIL PROTECTED] wrote: select ats.id, ap.value from akh_test_suit ats LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id where ats.ID = 472 id | value 472 | 472 ID -- integer value -- text select * from akh_test_suit ats LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id whe

[BUGS] Problem with planer

2008-08-26 Thread Eugen.Konkov
select ats.id, ap.value from akh_test_suit ats LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id where ats.ID = 472 id | value 472 | 472 ID -- integer value -- text select * from akh_test_suit ats LEFT JOIN akh_properties ap on ap.ID = ats.test_suit_type_id where ats.ID = 472 and ap.v