Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8339465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:53:27+00:00 2026-06-09T04:53:27+00:00

I keep on having an error Incorrect Syntax near keyword ‘SELECT’ Incorrect syntac near

  • 0

I keep on having an error

Incorrect Syntax near keyword ‘SELECT’
Incorrect syntac near ‘)’

(SELECT TOP 5 t2.ItemID, SUM(t2.Quantity) 
 FROM Orders as t1
 as Quantity FROM t2.ItemID in 

 (SELECT ItemID FROM Orders as t1 INNER JOIN BasketItems as t2 on t2.BasketID = t1.BasketID

 WHERE t1.OrderStatusID = 3 AND t1.OrderDate BETWEEN '" + LastWeekDate + "' AND '" + TomorrowsdaysDate + "')

 GROUP BY t2.ItemID ORDER BY Quantity desc");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:53:28+00:00Added an answer on June 9, 2026 at 4:53 am

    you’re missing the FROM section in the outer SELECT statement (line 2)

    What you have in there is a WHERE condition

    Also i dont think you need a sub query for this

    try this

    ('  SELECT TOP 5 t2.ItemID, SUM(t2.Quantity)  as Quantity 
        FROM Orders as t1 
            INNER JOIN BasketItems as t2 on t2.BasketID = t1.BasketID
        WHERE t1.OrderStatusID = 3 
        AND t1.OrderDate BETWEEN '" + LastWeekDate + "' AND '" + TomorrowsdaysDate + "'
        GROUP BY t2.ItemID ORDER BY 2 desc
     ');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I keep having an error when running my web application. The error does not
I keep getting a Run Time error that says I am having an Exception
I'm having this problem where I keep getting this error in my console: *
I keep getting this error with HG (Mercurial), it seems like it's having a
I'm having trouble getting my validation to act correctly. I keep getting the error
I keep getting an error: invaled syntax for 1.add_xpath('tagLine', '//p[@class=tagline]/text()') and I cannot seem
I am having trouble with the strtok function. I keep getting a 'bus error.'
I keep having error message at ArrayGroup(count).dateDate = valueListString(0) , have no idea what's
I keep getting an error when trying to compile my program, i'm having issues
I'm having trouble with python. I keep getting the same error: Traceback (most recent

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.