/ Published in: SQL
Expand |
Embed | Plain Text
SET @N = 0; SELECT @N := @N +1 AS numero, nome,stipendio,genere FROM persone;
You need to login to post a comment.
ginoplusio on 12/06/08
1 person have marked this snippet as a favorite
SET @N = 0; SELECT @N := @N +1 AS numero, nome,stipendio,genere FROM persone;
You need to login to post a comment.