I have a syntax error in the following statement
SELECT pii2
FROM 'encuestas_egresados'
WHERE pii2='Muy buena'
BETWEEN fecha ='2017-01-01' AND '2017-01-01' ;
I would like to know how to get only the time and minute current in Mysql since I have tried several options
The first one shows me hour, minute and second, the others do not work for me.
select time (NOW()) as hora
select DATE_FORMA...
It turns out that I have two tables:
Label and Priority
the fields in the tag table:
id
priority_tag_id
name
image
the fields in the priority table:
id
name
and so are my tables:
And then I execute the follow...
I am adding a record in MySQL from PHP , but I get the following error message.
"Notice: Undefined index: id in ..." "Notice: Undefined index: name
in ... "" Notice: Undefined index: sex in ... "
This is the code snippet.
$identi...
I'm trying to upload .csv files to MySQL, but when uploading the file does not load the complete records, for example from a file that contains 100 records only uploads 85.
I would like to know if this error is some configuration on the server o...
I have a generic method that is responsible for generating the excel I need, what I send to the method is the resource of a query, the method is responsible for tracing the result to generate the excel with culumnas and corresponding rows.
As...
I am trying to upload multiple images when creating a new product and save those images in a table called galeria next to id of the product created.
The error I have is that the id and the date are saved in the galeria...
I have a tabla called 'individuos' , it has basic data like (id, no.identificacion, nombre completo, depen_serial(INTEGER)) among others ...
(to avoid any 'wrong' comment, this is how it is stipulated :: ..)
depen_ser...
I have a table which I have put an image as an icon (+) <--"abrir" , which when you click there throws me a child.rows showing more information, what I want is that by clicking automatically I change the image or icon for (-)...
the following happens to me I am driving a system which has 2 checkboxes
<div class="form-group">
<input id="admin" type="checkbox" class="material_checkbox" name="admin">
<label for="admin">Administrador</...