Link to home
Start Free TrialLog in
Avatar of jose11au
jose11auFlag 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

ASKER CERTIFIED SOLUTION
Avatar of PortletPaul
PortletPaul
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jose11au

ASKER

Thank you.
I am not a proficient sql query developer but learning.

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial