Eric
Member since Dec 11, 2008
- Profile: /members/1092-eric.htm
- URL: http://actsoftheword.org
- Comments: 1
Recent Blog Comments By Eric
-
SELECT TOP And ColdFusion Query Of Queries
Posted on Sep 18, 2008 at 11:45 AM
Why don't you use your SQL statement, this is much more flexible SQL: select TOP [3] {*} from tbl_name The number in the brackets [ ] can be any number, and you can either select { * } or replace it with specific column names and other SQL.... read more »