Re: WBCOPYTABLES: --table-range
Posted by: Scott Carpenter
Date: July 14, 2023 07:57AM

I got --table to work using double quotes and an asterik:

--table "quantdata" "dates_trading" "quantdata" "dates_trading" "date" "date" "*"

but I still can't get the date range to work for --table-range. Tried various combinations of quotes, ticks, etc:


--table-range "quantdata" "dates_trading" "quantdata" "dates_trading" "date" "date" "*" "date" "'2023-07-10'" "'2023-07-12'"
...
08:45:43 [DB1][ copytable]: Executing query: SELECT * FROM dates_trading WHERE (date >= 0) AND (date <= 0) ORDER BY d

Options: ReplyQuote


Subject
Written By
Posted
Re: WBCOPYTABLES: --table-range
July 14, 2023 07:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.