Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there ROW_NUMBER() window function analogue in MySQL?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Is there ROW_NUMBER() window function analogue in MySQL?
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01432567
Message ID:
01432567
Views:
516
Hi everybody,

I've googled this question but didn't find anything relevant.

How can I create this query in MySQL?

select *, row_number() over (partition by GroupID order by DateField DESC) as RowNum from myTable

?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform