Skip to content

Commit

Permalink
Update sql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
companje committed Aug 15, 2022
1 parent fb604fc commit e5ff46b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/sql.md
Expand Up @@ -3,3 +3,8 @@
UPDATE adressen
SET straat = REPLACE(straat, 'https://data.kkg.kadaster.nl/id/openbareRuimte/', '')
```

# regexp_like
```sql
regexp_like(beschrijving, '^1221-1|^1221-2|^1221-3|^1221|^1232|^1394|^1395|^1396|^1397|^463|^481')
```

0 comments on commit e5ff46b

Please sign in to comment.