Avatar of jose11au
jose11au
Flag for Australia

asked on 

SQL - Incorrect Syntax Error - select count(*) from (select...)

Hi All,
Can I please ask for your assistance with this SQL Query?

select count(*)
from
(
select *
from SalesTabl
where salesname = 'Text123'
)

Open in new window

SQLMicrosoft SQL Server

Avatar of undefined
Last Comment
Pavel Celba

8/22/2022 - Mon