Relative Content

Tag Archive for databasepostgresql

Data not inserting in postgres table

I am trying send data from csv to postgres table. I am getting the import successful message but the data is not to inserted in the table. What could be the issue?

Invoices Id that resets when the user need it

I have a database table invoices, the table contains three fields id auto incremented, created_at and invoice_id, I want to make the invoice_id so that each day or each time the user needs to reset the invoice_id, it start from 1 again.