Posts by Benhur Da Silveira Kulzer • 39 points
5 posts
-
1
votes0
answers57
viewsQ: Several Updates from a select RAND
UPDATE `tabela` SET `Relacionar_A` = (SELECT `Relacionar_A` FROM `tabela` WHERE `Relacionar_A`='' ORDER BY RAND() LIMIT 2) I can do the update single, only 1 record from the select. What I would…
-
1
votes1
answer401
viewsQ: Sum Total Hours Overdue
I’m wondering how I could accomplish the sum (time format) of the records that were returned in the query. I’m picking up the office hours considering that above 08:01 it’s delayed through there…
phpasked Benhur Da Silveira Kulzer 39 -
1
votes1
answer475
viewsQ: Duplicate Bulk Records - Run a query for each displayed record
I have a table where only accounts with your type = 'fixed are displayed' What I would like to do is run a query and duplicate all the table Records at once. At the moment I only managed to…
-
0
votes2
answers802
viewsQ: Duplicate multiple Table Records at once
I’m developing a payment system for my company, where there are two different types of accounts. Exporádicas (Ex. IPVA, Pen-Drive, etc.) and Fixed (e.g. Electricity Bill, Water, Telephone, Internet,…
-
0
votes1
answer27
viewsQ: using price to set the input checkbox value to be calculated
I have some checkboxes that have an x value, which when they are selected make the sum of their value. However this value is being picked up through Value, and I needed to use an attribute that…