Hi all !
I have a table with this fields: (ID,a,b) where a,b - Double, b <> 0
Is there any way (without using additional query) to find the value in ID field where a/b has a maximum/minimum value ?
Thank you !
I have a table with this fields: (ID,a,b) where a,b - Double, b <> 0
Is there any way (without using additional query) to find the value in ID field where a/b has a maximum/minimum value ?
Thank you !
Comment