Posts by Bruno Monteiro • 156 points
3 posts
-
1
votes1
answer66
viewsA: Is there any way to divide one table into several small ones and keep the querys?
I don’t know if this type of automation is possible in postgres, but if you choose to actually split the tables, you can use Raw Queries do Django para buscar direto na tabela que Voce deseja (do a…
postgresqlanswered Bruno Monteiro 156 -
2
votes1
answer2299
viewsA: How to convert textbox to number and date in VBA
I believe that what is missing is to change the cell format. In Excel the default format is text. After the line: Selection.Value = TextBox_data; insert: Selection.NumberFormat = "yyyy-mm-dd;@"…
-
1
votes1
answer71
viewsA: Insert customer type into database
When Voce sends a form using PHP, the form fields are sent via the attribute name, then the first step is to include this attribute in your HTML code, in the element select. I also changed the…
phpanswered Bruno Monteiro 156