News

I would think that it should work fine with commas, if it were between a pair of apostrophes SQL should know that it is part of a string. Hell, maybe that really is the way that it works, and I ...
SQL Server throws a wobbly when one tries to declare/create the same-named temporary table more than once in the same procedure - I guess the query analyser assumes that all temp table creations ...
PROC SQL allows you to specify the ORDER BY clause in the CREATE VIEW statement. Every time a view is accessed, its data are sorted and displayed as specified by the ORDER BY clause. This sorting on ...