First I execute the following query.
Selectcount(*) fromsys.objects
I got 76 rows
after I replaced * as dynamic numeric values
Selectcount(1234567)fromsys.objects
I got same Result
but I replaced * as varchar value that time I got an error message.
First I execute the following query.
Selectcount(*) fromsys.objects
I got 76 rows
after I replaced * as dynamic numeric values
Selectcount(1234567)fromsys.objects
I got same Result
but I replaced * as varchar value that time I got an error message.