No neviem preco, ale to Procentualni zastoupeni mi neide:
SELECT Meno Count(*) / (Select count(*) from schema.Clovek) * 100
FROM Schema.Clovek
WHERE Meno='Jozef'
Error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '*'.
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '*'.
Kde moze byt problem ?