/ Published in: SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SET @N = 0; SELECT @N := @N +1 AS numero, nome,stipendio,genere FROM persone;