1 (edited by mouasomar 2026-03-08 11:17:59)

Topic: Changing the value of "Q" in a single operation without modifying it

HI
How can I change the value of “Q” in a single operation without changing it line by line?
Note: The value of “Q” is always the same in all rows.

Post's attachments

Attachment icon aaaaaa.png 29.56 kb, 10 downloads since 2026-03-08 

Re: Changing the value of "Q" in a single operation without modifying it

The simplest solution would be:
Step 1: Write an SQL query to update a database table column.
Step 2: Update the TableGrid