Hello Segismundo,

Friday, February 20, 2004, 2:45:20 PM, you wrote:

S> Hi, all.

S> Another question: IS it possible to produce on a sql consult a new 
S> column that enumerate the results with order or not on the other columns?
S> What is the syntax?

S> Thanks,

S> Segismundo


SET @a=0
SELECT @a:[EMAIL PROTECTED] as counter, field1, field2  from Table

however in some cases with complex queries it's not work


-- 
Best regards,
 artem                            mailto:[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to