
"orders" table에서 "select order_no, created_at, user_id, email from orders" 를 실행 시켰더니
"SQL Error [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select order_no, created_at, user_id, email from orders' at line 2"
라고 에러메시지가 나오네요!
해결방법 좀 알려주세요
