Library-Distribution / ALD-API

the API (backend) for the ALD system
http://about.libba.net/docs/api/current
0 stars 0 forks source link

Use SQL features to improve code #19

Closed maul-esel closed 11 years ago

maul-esel commented 11 years ago

Use some of the countless SQL features to improve & shorten code.

For example, use AS for better output columns, use multiple table combinations to prevent multiple queries, use GROUP BY or DISTINCT.