Hello everyone, please can someone explain how to run below command?
"select distinct(client username)"
from weblogs
where logtime > '2014-03-10'
I am new to SQL and don't want to tinker around working SQL DB. From which console can I run this command. It is SQL 2005 installation. If I put sqlcmd in DOS prompt, I get SQL prompt but when I run the above command, it comes up with nothing and the prompt shows 1) 2) 3) 4). Sorry, if I sound stupid.