Re: any suodo columns are there Like Rowid, rownum in mysql

2006-04-10 Thread mysql
they are not. On Mon, 10 Apr 2006, Veerabhadra rao Narra wrote: > To: mysql@lists.mysql.com > From: Veerabhadra rao Narra <[EMAIL PROTECTED]> > Subject: any suodo columns are there Like Rowid, rownum in mysql > > > any suodo columns are there Like Rowid, rownum in mysql

any suodo columns are there Like Rowid, rownum in mysql

2006-04-09 Thread Veerabhadra rao Narra
any suodo columns are there Like Rowid, rownum in mysql -- Thanks & Regards, veerabhadra rao narra, +91-988-556-5556

ROWNUM in mysql

2004-03-16 Thread David Perron
How can I select a mysql version of the Oracle 'rownum' inside a SQL statement? I need to include this for a ranking type functionality - but I don't see this type of analytic functionality. Any help would be appreciated. David