Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
140 B
CSV
Raw Permalink Normal View History

query_text,database_name,schema_name
"SELECT * FROM sales.order_items oi INNER JOIN sales.orders o ON oi.order_id=o.order_id",postgres,sales