Insert record with direct database

Hello, I am trying to make an insert with the direct query database. I have it this way INSERT INTO mvpw1_dev_90 (created_at, module, name, value)

VALUES (?, ?, ?, ?) but it gives me this error

I know that xano gives the option to add record but for certain reasons I have to do it with the direct database query

3 replies