I am just trying to do some test calls to the API via the yahoo YQL console : https://developer.yahoo.com/yql/console/
But when I even try to do simple calls that should work, I am getting undefined table error
When I try:
select * from yahoo.finance.quotes
It returns "No definition found for Table yahoo.finance.quotes" in the xml.
What the hell?
Thanks in advance