Advertisement
MrSigma

Untitled

May 9th, 2021
5,353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.14 KB | None | 0 0
  1. SELECT
  2.     this
  3. FROM
  4.     TABLE
  5. JOIN
  6.     table_two
  7. WHERE
  8.     TABLE.this LIKE table_two.this
  9.     AND TABLE.that = table_two.that
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement