![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Are there any differences between DELETE and DELETE FROM statements? Can they be used interchangably? For example" delete from mytable where ....; delete mytable where ....; Thanks in advance. Nick Li |
#3
| |||
| |||
|
|
"Ninjali" <nickli2... (AT) gmail (DOT) com> a écrit dans le message de news: 7c6e2c4e-ef5e-4e6b-8ac6-0d7e69552... (AT) d23g2000vbm (DOT) googlegroups.com... | Hi, | | *Are there any differences between DELETE and DELETE FROM statements? | Can they be used interchangably? For example" | | *delete from mytable where ....; | | *delete mytable where ....; | | | *Thanks in advance. | | *Nick Li | What does the documentation says? http://download.oracle.com/docs/cd/B.../b14200/statem... Regards Michel |
#4
| |||
| |||
|
|
On Aug 3, 2:00*am, "Michel Cadot" <micadot{at}altern{dot}org> wrote: "Ninjali" <nickli2... (AT) gmail (DOT) com> a écrit dans le message de news: 7c6e2c4e-ef5e-4e6b-8ac6-0d7e69552... (AT) d23g2000vbm (DOT) googlegroups.com... | Hi, | | *Are there any differences between DELETE and DELETE FROM statements? | Can they be used interchangably? For example" | | *delete from mytable where ....; | | *delete mytable where ....; | | | *Thanks in advance. | | *Nick Li | What does the documentation says? http://download.oracle.com/docs/cd/B.../b14200/statem... Regards Michel Answer is: they are interchangably, you can delete rows with any of it.- Hide quoted text - - Show quoted text - |
#5
| |||
| |||
|
|
On Aug 3, 12:22*am, kevin <majun... (AT) hotmail (DOT) com> wrote: Answer is: they are interchangably, you can delete rows with any of it. Thanks for your help. Now I can save some typing. |
![]() |
| Thread Tools | |
| Display Modes | |
| |