Saturday, April 11, 2009

mysql kok gini ya?

ada tabel namanya `iseng` dengan isi seperti ini







id title body
1 a b
2 b c
3 c d
4 d e



lalu saya select dengan query seperti ini

select * from iseng where title=0


lho kok malah mysql nya me return hasil seperti ini






id title body
1 a b
2 b c
3 c d
4 d e


tipe data dari title adalah varchar

tapi kalau saya coba di dbms seperti oracle hasilnya malah error

No comments:

Post a Comment