jimmyking123
Programmer
Hi,
This problem is driving me crazy. I've got a table with about 200 records in it. It contains a list of domains.
When I do a select * from table it works shows all records. But when I do a select * from table where url=" it shows most records but it doesn't show certain ones. At something like record 150 to 160 select * from table where url=" doesn't work.
So on about 10 records the select doesn't work it just returns 0 records. This is really confusing me because it's strange i've made certain the characters are exactly the same as the record i'm searching for(copy & paste as well) but it just shows 0 records.
I know these records are there but it doesn't work so any ideas anyone.
Mysql Version : 3.23.58
OS : Fedora Core 3
Thanks
Jimmy
This problem is driving me crazy. I've got a table with about 200 records in it. It contains a list of domains.
When I do a select * from table it works shows all records. But when I do a select * from table where url=" it shows most records but it doesn't show certain ones. At something like record 150 to 160 select * from table where url=" doesn't work.
So on about 10 records the select doesn't work it just returns 0 records. This is really confusing me because it's strange i've made certain the characters are exactly the same as the record i'm searching for(copy & paste as well) but it just shows 0 records.
I know these records are there but it doesn't work so any ideas anyone.
Mysql Version : 3.23.58
OS : Fedora Core 3
Thanks
Jimmy