Update Statement [message #284145] |
Thu, 29 November 2007 00:47  |
yogeshyl
Messages: 50 Registered: October 2007 Location: Silvassa
|
Member |
|
|
How could i use 5 or more update statements in a single sql query. I want to execute the query in toad8.5. What will be the separator?
|
|
|
|
|
|
|
|
|
|
|
Re: Update Statement [message #284232 is a reply to message #284226] |
Thu, 29 November 2007 03:41   |
yogeshyl
Messages: 50 Registered: October 2007 Location: Silvassa
|
Member |
|
|
Thanks Kiran. By pressing F5, i also come to know the line numbers on which my statements are wrong or if any syntax problems.
As i am very new to sql as well as oracle, i don't know such little things.
|
|
|
|
|
Re: Update Statement [message #284450 is a reply to message #284232] |
Thu, 29 November 2007 13:15  |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
yogeshyl wrote on Thu, 29 November 2007 10:41 | Thanks Kiran. By pressing F5, i also come to know the line numbers on which my statements are wrong or if any syntax problems.
As i am very new to sql as well as oracle, i don't know such little things.
|
If you are so new to Oracle, maybe you should focus on more important stuff than how to execute multiple statements with a single keystroke.
For starters, try to work with sqlplus instead of TOAD. GUI-tools are great and can improve productivity a great deal, but they hide so much from you that it takes away a big part of the things you need to really get an understanding of how (developing in) Oracle works.
|
|
|