fn find_keyword_before_table(significant: &[&Token]) -> Option<String>Expand description
Check if any of the given keywords appear earlier in the significant token list.
Find the keyword immediately before a table reference at the end of the token stream.
Handles unqualified (FROM table) and qualified (FROM ks.table) patterns.