Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Is there a way I can define Multiple Additional JDBC parameters in tDBInput component in "
Advance settings" tab.
Please see the sreenshot attached.
By default it is
"noDatetimeStringSync=true". I want to add ""useSSL=false".So i should have 2 parameters and not 1.
-"noDatetimeStringSync=true"
-"useSSL=false"
How can we do this?
Maybe try adding them with a semicolon between the values ?
"noDatetimeStringSync=true;useSSL=false"
Haven't tried it - Just guessing...
Hi, yes : "noDatetimeStringSync=true&useSSL=false"
send me love and kudos
select count(*) from dm.fact_order
where to_char(load_at,'YYYY-mm-dd')='2022-02-11'
?