forum

home / developersection / forums / syntax error near the keyword order [on hold] in sql server

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

Manoj Bhatt 2796 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?


Updated on 28-Apr-2023
Can you answer this question?

Answer

2 Answers

Liked By