Hi guys,
what are the best methods to be taken into consideration when writing a query in order to speed up the performance?
For instance i know that using Count(1) is more effeicent than using Count(*).
any similar examples would be highly appreciated.