Server restarting
#3

Don't use row_count if you only want to count something! That is terribly inefficient because it sends over the entire result set. Use the COUNT() aggregate function instead and then fetch the result like you would any regular integer variable.
Reply


Messages In This Thread
Server restarting - by Nin9r - 09.02.2017, 12:14
Re: Server restarting - by Nin9r - 10.02.2017, 09:14
Re: Server restarting - by Vince - 10.02.2017, 09:49

Forum Jump:


Users browsing this thread: 2 Guest(s)