Posts by Teixeira • 21 points
4 posts
-
0
votes0
answers125
viewsQ: Field Date register date
I have a table that one of the fields is date type. On my page insert.Asp when I type the date for example so 10/07/2017 or 2017-07-12 not saved in Mysql database. The error that is shown is this:…
-
0
votes0
answers43
viewsQ: HTML form does not work in Data Change
The "Insert" and "delete" forms are interacting with the Mysql database table data. Except The record-manager form that has the function of "Change" record: <%@LANGUAGE="VBSCRIPT"…
-
1
votes1
answer5997
viewsQ: Currency format
To be complete I could not enter a FORMAT(Value,2) including in CONCAT? SELECT * , CONCAT('de ', Valor, ' por ', desconto) AS promocao FROM (SELECT Valor, Valor - Valor * 20/100 AS desconto FROM…
-
1
votes1
answer67
viewsQ: CONCAT not working
SELECT indicativo_ja_registrado, qra, fez_contato, DATE_FORMAT(data_qso, '%d/%m/%y') AS data_qso, DATE_FORMAT(data_agora, '%d/%m/%Y') AS data_agora, TIMESTAMPDIFF(YEAR, data_qso, data_agora) AS…