Jump to content
We've recently updated our Privacy Statement, available here ×

SQL Validation error Server 7.2


markbeardhome

Recommended Posts

I have some sql code that was working in a report, after upgrading from 6.3 > 7.2 comunity version I now get an validation error.

I have tracked this down to  this section of code

regexp_replace(replace(customer.accounts_note,',',''), E'[\n\r]+', ',,', 'g' ) as reg_rep

if I change the \n\r for something else all is ok. where is this turned off as I have to remove blank lines from my output

any help would be good

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...