hi,
i want to insert values from my website to postgress sql database ...i want to know which method is used for insertion?
hi,
i want to insert values from my website to postgress sql database ...i want to know which method is used for insertion?
eg:
cr.execute('select * from res_partner')
fetch = cr.dictfetchall() or cr.fetchall()
or you can simply execute as
query = "your query"
cr.execute(query)
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.