Skip to content

Instantly share code, notes, and snippets.

@silasrm
Created September 14, 2013 00:28
Show Gist options
  • Save silasrm/6557693 to your computer and use it in GitHub Desktop.
Save silasrm/6557693 to your computer and use it in GitHub Desktop.
SELECT col1, col2, @pv:=col3 AS 'col3' FROM table1 JOIN (SELECT @pv:=1)tmp WHERE col1=@pv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment