Viewing 2 posts - 1 through 2 (of 2 total)
problem have not solved yet
i tried this
1)
IF (SELECT COUNT(*) FROM Table_name) > 2
BEGIN
SELECT * FROM Table_name
END
ELSE
...
July 12, 2013 at 5:45 am
#1631890
Very much thanks to GilaMonster and Dird
now am clear about both
thanks
June 24, 2013 at 3:42 am
#1626702