Questions tagged as 'mysql'

1
answer

Change the date model of the database Data AAA / MM / dd to dd / MM / AAA

Good I would like to know if it is possible to change the model of the dates from the same wampserver     
asked by 01.03.2018 / 23:57
1
answer

UPDATE trigger mysql

I have the following problem: I need to make a trigger to update the whole row with the new data, without this generating a new row I have this trigger that inserts the data but generates a new row for each update that I generate. Tiempo: A...
asked by 07.02.2018 / 20:38
2
answers

Select the Last Value

I have two entry and purchase tables, each relating to your detail: entry_interior and detail_buying , which I want to get the last cost of a product which will be delimited by the most recent date, either the entry or the purchase....
asked by 08.02.2018 / 16:41
2
answers

Mysql query from URL

Basically what I want to do is a query to MySQL with PHP and bring the results of the row specified in the URL. For example, my URL is this: link Then the query brings the results of the row that contains that nick (the nickname is unique, i...
asked by 18.01.2018 / 17:18
1
answer

Share content of two related tables MySql

MYSQL I have two tables in mysql, then I show the model: In which I need to recover all the players to which they belong to a club in specific. for example: Real Madrid and its entire staff. QUERY SELECT eqpo.nombre_equipo, jdrs...
asked by 09.03.2018 / 20:07
1
answer

How can I get rid of this UNION?

The truth is that for a long time, in a system that I have, there are three tables that are used to save settlements: At the request of the user, these tables must be duplicated in their final version and their temporal version, for which th...
asked by 09.03.2018 / 15:45
3
answers

Create a website with related search [closed]

Good morning, everyone. I want to know what I would need to create a website that stores the current and updated prices of different known web pages. I'm doing a project and I need help.     
asked by 03.02.2018 / 10:15
2
answers

Delete BD record with PHP

Hi, I have a little query to see if anyone can help me. I have a table that connects to my database and brings the records, and now I need that in my table, in each record, there is a delete record button. I have the button created as shown i...
asked by 30.12.2017 / 11:12
2
answers

Get data between 2 laravel dates

Through the 2 inputdate I want to get all the records included between them 2. I have the query built but when I hit the search button nothing happens just shows me the 2 data in the firefox bar, I would appreciate your help My driver...
asked by 10.01.2018 / 19:54
1
answer

Indent problem - python

Sorry for the silly average consultation. How do I solve the indentation problem on line 54? I know it's a spacing problem, but I can not get that error out. link import os from threading import Timer from os.path import isfile, join, exists...
asked by 10.01.2018 / 21:24