From a52b243a6264716efeaebcbed844c13d422b7116 Mon Sep 17 00:00:00 2001 From: Anton Babenko Date: Sat, 26 Feb 2011 09:39:02 +0100 Subject: [PATCH] Replaced hard-coded table name with {table} --- yahoo/finance/yahoo.finance.historicaldata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yahoo/finance/yahoo.finance.historicaldata.xml b/yahoo/finance/yahoo.finance.historicaldata.xml index 19523d00..766622bc 100644 --- a/yahoo/finance/yahoo.finance.historicaldata.xml +++ b/yahoo/finance/yahoo.finance.historicaldata.xml @@ -3,7 +3,7 @@ Luigi Conti - iMobile.it Yahoo Finance Stock historical prices - select * from yahoo.finance.historicaldata where symbol = "YHOO" and startDate = "2009-09-11" and endDate = "2010-03-10" + select * from {table} where symbol = "YHOO" and startDate = "2009-09-11" and endDate = "2010-03-10"