Viewing 2 posts - 1 through 2 (of 2 total)
if this is to get around the issue of "CANNOT USE ORDER BY IN A VIEW WITHOUT TOP CLAUSE", use
SELECT TOP 100 PERCENT
[...]
ORDER BY [...]
May 29, 2007 at 6:51 am
#709327
two additions (to a useful list):
1. SQuirreL - a true multi platform SQL Client. Supports SQL Server, Oracle, Access, MySQL, Firebird, PostgreSQL, Sybase,Informix, Excel, text files, and more....from ONE interface....
May 24, 2007 at 2:09 am
#708556