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 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, Pengarang_Buku, Pengarang, Penerbit,
> Jenis_Buku, Subjek_Buku, Subjek 
> WHERE Buku.ID_Buku = Pengarang_Buku.ID_Buku and
> Pengarang_Buku.No_Pengarang = Pengarang.No_Pengarang
> and  Buku.No_Penerbit = Penerbit.No_Penerbit and
> Buku.No_Jenis_Buku = Jenis_Buku.No_Jenis_Buku and
> Buku.ID_Buku = Subjek_Buku.ID_Buku and
> Subjek_Buku.No_Subjek = Subjek.No_Subjek and
> Buku.Judul_Buku like  '%pascal%' and
> Pengarang.Pengarang like '%$lukito%' and Subjek.Subjek
> like '%$computer%'
> 
> than's a lot.
> --------
-- 
Diana Soares


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to