Posted by Malc on 05/11/06 05:14
See for yourself... use pubs go declare @var varchar(1000) set @var = '' select @var = @var + ' ' + pub_id from pub_info where 1 = 1 order by pub_id desc print @var
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming