I am trying to create a actionable query but I am not able to get the right syntax
Steps I have followed:
-
select radio button: SQL
-
insert in the white box below: select * from table1;
-
click on Run
Output: ORA-00936: missing expression
Note: Above the white box to write says: SELECT 'TRUE’FROM DUAL WHERE…
I have put this text also before my query and still is not working, I am sure I am missing some basics in the syntax. I am able to run the same query on a edit window in toad for the schema and instance I selected for the actionable query. I got to admit I don’t know much about the dual table shown in the query above, if somebody can write an example here of a working query and explain it a bit so I can take advantage of this feature in Toad. Thank you in advance