Home > Blockchain >  Django raw queries and Postgres declare variable
Django raw queries and Postgres declare variable

Time:07-11

I have a file with many raw sql queries, that uses text substitution i.e

select * from table1 where date_col between '%%from_date%%' and '%%to_date%%'

these %

  • Related