tpowers / yql-tables

YQL is extensible using a table definition. This repository will hold community contributed definitions.
http://developer.yahoo.com/yql
12 stars 5 forks source link

cant query yahoo.finance.stock table #3

Open shaibam opened 12 years ago

shaibam commented 12 years ago

using the example query(select * from yahoo.finance.stock where symbol="yhoo") I recieve an error

Error: double default label in the switch statement:180: default:^Error: invalid return:191:return ^true;Error: syntax error:192: }^Exception: Compilation produced 3 syntax errors. (#1)66760324402
ukracer commented 12 years ago

I find if you use select * from yahoo.finance.stocks where symbol="yahoo" that will work. For some reason the stock table returns nothing but the the stocks table returns the correct information expect the company name which is NULL. I have in the last couple of minutes raised this issue with Mr Powers and hopefully this will be resolved soon. Good Luck. Bob