Re: inner join query don't work

2002-07-26 Thread Ralf Narozny
Hello! gregor gede wrote: hi what's wrong with this query? is it because mysql doesn't support multiple table selection? I use mysql-3.23.49a. SELECT Buku.Judul_Buku, Buku.ISBN, Buku.Kolasi, Buku.Abstraksi, Pengarang.Pengarang, Penerbit.Penerbit, Jenis_Buku.Jenis, Subjek.Subjek FROM Buku,

Re: inner join query don't work

2002-07-26 Thread Diana Soares
Hi, Why do you think this query is wrong ? Does it give a message error ? Doesn't return what you expected ? We can't help if you don't tell us what the problem is. On Fri, 2002-07-26 at 03:23, gregor gede wrote: hi what's wrong with this query? is it because mysql doesn't support multiple