We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c43aed8 + ab05575 commit 9649b08Copy full SHA for 9649b08
database/ddl/STR_DSS_Incremental_DB_DDL_Sprint_13.sql
@@ -0,0 +1,5 @@
1
+/* Sprint 13 Incremental DB Changes to STR DSS */
2
+
3
+CREATE INDEX IF NOT EXISTS dss_business_licence_i4 ON dss_business_licence ( regexp_replace(UPPER(business_licence_no), '[^A-Z0-9]+', '', 'g') ) ;
4
5
+CREATE INDEX IF NOT EXISTS dss_rental_listing_i10 ON dss_rental_listing ( regexp_replace(UPPER(business_licence_no), '[^A-Z0-9]+', '', 'g') ) ;
0 commit comments