Posted by SQL Enthusiast
Article by our editor
Sometimes it can be useful to add thousand separators (commas) to large numbers to make them easier to view. There is no simple way to do this in SQL for an int and bigint, but it can be achieved by converting to a money type first. This article explains how.
Comments (13) • Read full article »
This SQL script creates a comma separated list of all columns in a table. This can be useful for creating SQL INSERT and SELECT statements etc.
Comments (7) • Read full article »
More SQL questions »