If the column in Postgres' table has the name year
, how should look INSERT
query to set the value for that column?
E.g.: INSERT INTO table (id, name, year) VALUES ( ... );
gives an error near the year word.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…