Skip to content

Commit 0f67128

Browse files
authored
Merge pull request #112152 from azaricstefan/updateQuery
update query
2 parents 49abf39 + a366927 commit 0f67128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/tutorial-connect-power-bi-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create the demo database (and drop an existing database if necessary) by running
4646

4747
```sql
4848
-- Drop database if it exists
49-
IF EXISTS (SELECT * FROM sys.sysdatabases WHERE name = 'Demo')
49+
IF EXISTS (SELECT * FROM sys.databases WHERE name = 'Demo')
5050
BEGIN
5151
DROP DATABASE Demo
5252
END;

0 commit comments

Comments
 (0)