Home > Software engineering >  Excuse me, how the vb mysql use rankings, ranking data and then obtain all??
Excuse me, how the vb mysql use rankings, ranking data and then obtain all??

Time:10-02

Set a PM=Conn. Execute (" SELECT the username, credits FROM pre_common_member order BY credits DESC ")
Text1. Text=PM (" credits ")

The results can only display the biggest fraction in text1,
I want to make data can be displayed, at least in the first five,


Format is as follows:
How much credit the first username:
How much credit second username:
How much credit third username:
How much credit fourth username:
How much credit fifth username:



CodePudding user response:

And have no one to talk to

CodePudding user response:

Another had reply

CodePudding user response:

SELECT the TOP 5
  • Related