I'm doing a bootstrap carousel but when defining:
<div class="col-sm-12">
With the 12 if it appears centered on the screen, but if I want to make it smaller for example:
<div class="col-sm-8">
With the 8 comes more stuck on...
I am trying to have a subquery come as a broken string from a subquery.
This is the structure of the DB (I know it's not the way but when I got there I was and I need to get a job before normalizing)
STRUCTURE
CREATE TABLE 'TIENDAS' (...
Good afternoon I'm doing a query on mysql given a date bring me the year and month and the reference for that month, the query is good but it's not bringing me anything, someone to help me find the error.
<?php
//comprobamos que las fechas...
I have to make a sum in MySQL of a field called assistance that saves 0 and 1 depending on whether you attend or not
taller personas asistencia
65 31;42;58 (idUsuario) 1;0;1;1;1...
I have tables which will have millions of records in them. What is the best way to create the unique ID of these tables?
According to MySQL, there is the use of AUTO_INCREMENT, but at a certain number of registers it slows down each time....
I'm trying to get the "zeros" as the image shows
I have the following part of the query:
"sec_to_time(SUM(horas_semana)*3600) as horas_semana"
Which I do not know what else I can do to only show the "48" hours only.
Any advice?...
I have a problem inserting dates in a table column mysql .
I've already tried putting the field as varchar , date , datetime and nothing.
$fecha_ant = date("Y-m-d", strtotime("-3 day")); // with this I get t...
How can I transfer this Source_table that has D (must) records:
ID MOV IMPORTE CLASE
1 1 100.00 D
2 1 200.00 D
3 1 50.00 D
4 2 450.00 D
5 2 80.00 D
6 3 30.00 D
7 3 50.00 D
8 3 70.00 D
And that i...
Hello, I have a base that weighs 29 GygaBytes and I want to know if there is a software like ACL, SQL, in which you can load a base of that size, I have the file in DBF or some way to split the base
I have a conection.php that connects to the DB and queryTickets.php :
<?php
header('Access-Control-Allow-Origin: *');
date_default_timezone_set("Chile/Continental");
**// Including database connections**
require_once 'conection.ph...