2021年3月19日星期五

SQL Procedures Error #1064 - Something is wrong with SINTAX

i'm trying to create procedures but i keep getting the same error and i dont know why, help pls

DELIMITER //  CREATE PROCEDURE get_login_credentials()      BEGIN          SELECT "username", "password", "sim_number", "id_sch" FROM "credential"//     END  //  

#1064 - Something is wrong with SINTAX near '"credential"' in line 3

https://stackoverflow.com/questions/66714474/sql-procedures-error-1064-something-is-wrong-with-sintax March 20, 2021 at 03:25AM

没有评论:

发表评论