Skip to content

Commit 64ce7e2

Browse files
author
stevestein
committed
sqldb - syntax edit
1 parent 8bda792 commit 64ce7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/elastic-jobs-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A simple tactic is to test for the existence of an object before creating it.
8282

8383

8484
```sql
85-
IF NOT EXIST (some_object)
85+
IF NOT EXISTS (some_object)
8686
-- Create the object
8787
-- If it exists, drop the object before recreating it.
8888
```

0 commit comments

Comments
 (0)