Users Pricing

forum

Home Forums Syntax error near the keyword order [on hold] in SQL Server – MindStick

Syntax error near the keyword order [on hold] in SQL Server

Manoj Bhatt 3155 22 Sep 2014

When I execute this query:

SELECT 
   orders.id, orders.order - time, orders.pizza.id,
   orders.pizza.type, orders.pizza-size, orders.quantity,
FROM
   orders
INNER JOIN
   permit ON orders.id = pizza.id
WHERE
   ([username] = @username)

 

I got an array:

Syntax error near the keyword order

Any clue how to solve this?


2 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md