Guest User

Untitled

a guest
May 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. WHERE Current = (SELECT MIN(X) FROM MY_TABLE)
  2.  
  3. select
  4. *
  5. from
  6. `TABLE`
  7. where
  8. `COLUMN` = (select min(`COLUMN`) from `TABLE`);
Add Comment
Please, Sign In to add comment