I want to find a paragraph is a list of files. For example an SQL statement which looks like:
upadte b_table
set number = 100014
where id in (
select number_desc from t_table
where id > 100);
How should I ignore enter/new lines?
I need to find/print a paragraph which starts with "update" and finishes with the first occurrence of ;