Load MYSQL and put in order
#4

I think this function don't solve my problem
I'll try to explain better:
I have a item system in my server.. it have to start 1 and finish on 100 but the item model can not be 0 when server start it need to be ordered

For example:
ID | MODEL
1 | 120
2 | 130
3 | 0
4 | 150

I need to make a order to when a model of a item be 0, the values of the next id, be moved like:
ID | MODEL
1 | 120
2 | 130
3 | 150
4 | 0
Reply


Messages In This Thread
Load MYSQL and put in order - by weex - 13.04.2017, 07:12
Re: Load MYSQL and put in order - by weex - 23.04.2017, 01:27
Re: Load MYSQL and put in order - by Vince - 23.04.2017, 08:26
Re: Load MYSQL and put in order - by weex - 23.04.2017, 22:30
Re: Load MYSQL and put in order - by weex - 28.04.2017, 18:29

Forum Jump:


Users browsing this thread: 2 Guest(s)