MySQL Forums
Forum List  »  Stored Procedures

Re: Create Function to replace quotes as inches
Posted by: Rob Oley
Date: March 31, 2021 11:42AM

Yes, yes I did look it up.

Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented. These include while, do, for, if, switch.

I also looked at Regex_replace and it seems to be the same as replace. The other examples of the regex will result in the instance of.

Poor code or not it works well in my SQL queries. Do I wish it could be reduced to 3 or 4 lines, sure. But as a function I call it into the queries to correct the descriptions and it works, well. I'm sorry if you don't approve.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Create Function to replace quotes as inches
350
March 31, 2021 11:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.