Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND order_type in ('opening_stock','opening_stock_est') )' at line 2
The SQL being executed was: SELECT `qty`,stock_type FROM `tbl_prd_stock_manage`
WHERE (`shop_id` = 16018 AND `product_id` = AND order_type in ('opening_stock','opening_stock_est') )

Error Info: Array
(
    [0] => 42000
    [1] => 1064
    [2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND  order_type in ('opening_stock','opening_stock_est') )' at line 2
)
$_GET = [
    'id' => '',
];