Table EXPORT with QUERY PARAMETER
Hi,
I am trying to export a table with the query parameter.
But I have problem with the column name of the table.
The column name has to be specified inside double quotes in the query, otherwise it wont be recognised.
So the query parameter will look like:
QUERY=<table_name>:"where "EventTime" > (sysdate - 2)"
But Export will consider those double quotes as bad syntax and returns error. And if i dont use quotes for column name("EventTime") it wont work either.
Can anyone please suggest a work around for this please..
Its very urgent.
Any help would be much appreciated.
I am trying to export a table with the query parameter.
But I have problem with the column name of the table.
The column name has to be specified inside double quotes in the query, otherwise it wont be recognised.
So the query parameter will look like:
QUERY=<table_name>:"where "EventTime" > (sysdate - 2)"
But Export will consider those double quotes as bad syntax and returns error. And if i dont use quotes for column name("EventTime") it wont work either.
Can anyone please suggest a work around for this please..
Its very urgent.
Any help would be much appreciated.
0