skip to Main Content

Doing PHP word processing

I have retrieved data from a MSSQL server table. I was able to display them thanks to a query. I would like to be able to modify these data without touching the table For example the values which are in…

VIEW QUESTION

SQL query with AND? – Postgresql

I have a little problem writing a request. With the data example below, i want to recover the archive_id that have a document_type_id = 18 and 20 +------------+------------------+ | archive_id | document_type_id | +------------+------------------+ | 1 | 20 | |…

VIEW QUESTION
Back To Top
Search