Witam,
Mam problem przy komendzie:
IF OBJECT_ID('IleUserow') IS NOT NULL
DROP VIEW IleUserow
CREATE VIEW IleUserow
as
SELECT count(*) from uzytkownicy
a dokładniej: "incorrect syntax: CREATE VIEW must be the only statement in the batch" oraz "No column was specified for column 1 of IleUserow"
Jak naprawić ten błąd?