Hi,
The current beautifier options does not allow us to defite the style for functions like SUBSTR, DECODE
I would like to request for an extra tab providing options customizing these, for example my current setting formats my SUBSTR function code like this..
SUBSTR(hc.account_number
,1
,2) = 'TH'
But since the coding is small I would like it to be ...
SUBSTR(hc.account_number, 1, 2) = 'TH'
Regards,
The current beautifier options does not allow us to defite the style for functions like SUBSTR, DECODE
I would like to request for an extra tab providing options customizing these, for example my current setting formats my SUBSTR function code like this..
SUBSTR(hc.account_number
,1
,2) = 'TH'
But since the coding is small I would like it to be ...
SUBSTR(hc.account_number, 1, 2) = 'TH'
Regards,