SQL Explorer help

Tracer

New Member
Hi,
I am new to Progress SQL Explorer. I have used Oracle's SQLPlus for years but need a bit of help getting started with SQLExplorer. I understand the SQL code and have can type in simple SQL commands and that is working fine.

My questions are:
Once you have typed in the SQL code and followed it by ; RETURN and run it, how do you list your code again? In SQLPlus, you typed l (lower case L).

How do you run it again?

How do you change a line of code?

I have the SQL92 Guide and reference but I cannot find the answers there. Is there another document that would help?

Thanks,
Mark
 

miura

New Member
Hi, I'm also new to progress.
You can refer SQL history using Statement history function.
For detail info, please refer SQL Explorer help
"Inserting Statements from a File into Statement History".

Regards, Miura
 
Top