organization load sql fix 2
This commit is contained in:
@@ -5,6 +5,6 @@ VALUES (
|
||||
NULLIF('${region}', ''),
|
||||
NULLIF('${country}', ''),
|
||||
NULLIF('${club_partner_status}', ''),
|
||||
TO_NUMBER(NULLIF('${founded_year}', '')),
|
||||
TO_NUMBER(NULLIF('${social_media_followers_m}', ''))
|
||||
TO_NUMBER(NULLIF('${founded_year}', ''), '9999'),
|
||||
TO_NUMBER(NULLIF('${social_media_followers_m}', ''), '9990.99', 'NLS_NUMERIC_CHARACTERS=''.,''')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user