Viewing 2 posts - 1 through 2 (of 2 total)
if pass chara parameter,
eg:
Select 'Test' as ColumnA,ColumnB
From [Table]
September 2, 2009 at 8:44 pm
#1048518
if just handle one table, and with some filter.
select count(1) from
where ...
it will run quickly and simple in my opinion.
September 2, 2009 at 8:35 pm
#1048517