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, 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%'
>  
>

Does it raise an error or just delivers 0 rows or wrong rows? Without 
that information I wouldn'T even try to take a look at that query ;-)

Greetings
 Ralf

-- 
Ralf Narozny
SPLENDID Internet GmbH & Co KG
Skandinaviendamm 212, 24109 Kiel, Germany
fon: +49 431 660 97 0, fax: +49 431 660 97 20
mailto:[EMAIL PROTECTED], http://www.splendid.de




---------------------------------------------------------------------
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