I have this string where I want to search for a keyword and then return the following word.
"SELECT \"city\",\"temp_lo\",\"temp_hi\",\"date\" FROM schema_name.\"weather_7\""
I want to return "schema_name" and the only indicating text is the preceding "FROM " string.
Thanks