Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
2 answers
114 views

How to find out exact return type of the RANK() window function in MySQL and MariaDB?

I am accessing a MySQL and MariaDB database using Rust with SeaORM, and my query includes the RANK() window function. In MySQL, I can fetch the rank column value using u32 (unsigned integer), In ...
Alok's user avatar
  • 10.8k