Revision history of "Using in line queries for "exists""

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:30, 4 August 2021George2 (Talk | contribs). . (149 bytes) (+149). . (Created page with "<source lang="sql"> SELECT * FROM customers WHERE EXISTS (SELECT * FROM orders WHERE customers.customer_id = orders.customer_id); </source>")