在sqlalchemy代码中的模式匹配中出现错误

时间:2018-08-05 23:08:23

标签: python postgresql sqlalchemy

moment(this.birthday).format('YYYY-MM-DD')

我正在尝试在SQLAlchemy中使用类似psql的运算符:

  

psycopg2.ProgrammingError:“%”或附近的语法错误LINE 1:SELECT   *选自书名::像%'The'%

flights = db.execute("SELECT * from books where title::text like %:title%",
    {"title":title}).fetchall()

0 个答案:

没有答案