Hi guys,
I just want to run a query, but after awhile it gave me the Conversion failed error. Here's the query I am trying to run:
select listing_id, rpt_id, name_en, phone
from tsgb_extract_110107
where rpt_id in (3300718,
3305691,
3234688,
3358162,
3423680,
3406570,
3368217,
3363510,
3311659,
3456231,
3355761,
3404712,
3284618,
559992)
It gave me results initially and then suddenly it gives me this error and all the results were gone.... I've tried to see if one of the fields has an null value, but listing_id, rpt_id, name_en, and phone do not contain a null value.... It's so frustrating,
please help.
Al
View Complete Post