Posts by Felipe Song • 35 points
3 posts
-
1
votes0
answers192
viewsQ: Truncated data LOAD DATA INFILE
I have a problem with load data, trying to insert the CSV file the data is truncated because in fields like comments or address. LOAD DATA INFILE 'exemplo.csv' INTO TABLE relat_produt_analistas_temp…
mysqlasked Felipe Song 35 -
1
votes1
answer132
viewsQ: Date calculation and onblur tag
I’m creating a screen to add orders. When I choose the date of sale, I would like it to automatically calculate the due date and exchange the value of the maturity field (which is always 180 days…
-
1
votes1
answer383
viewsQ: I cannot call the javascript function by a button
Good morning, I have a problem on my page. I created a Form with a field for comment. When clicking the button it "should" call the function but does not call. function gravaobs(pag_pedido,…