Created
September 14, 2013 00:28
-
-
Save silasrm/6557693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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