This command
SHOW COLUMNS FROM [table name];
Show the fields of a table and the most important details of them
I need to read the field comments, eg:
COLUMN cod_id INT (10) UNSIGNED NOT NULL COMMENT 'CODE
CLIENT '...
I have an HTML page on bootstrap and it is already responsive. But I need that when they access the site in a certain resolution defined by me hide only one of a table this is possible?
Good afternoon someone can give me a light I'm trying to organize the data within the while,
now I can get the data and put it in the normal table so my problem is when there are many items inside a volume of it gets repeated a lot of time the n...
I have a page with a table that shows information on the amount of items planned to be performed and the number of items actually made at the end of each month.
If the amount of predicted items is greater than that of items made the cell turn...
I have a combobox and a table:
I would like every time when clicking the table, select the item in the combobox according to the click.
Following is an example of the problem.
Try to click multiple times in the table. At first it works,...
Hello, I need to make a table like the but using this array:
$teste = array();
$teste[0]['produtos']['nome'] = "Produto 1";
$teste[0]['produtos']['descricao'] = "Descrição do produto 1";
$teste[0]['produtos']['valor'] = 50;
$teste[0]['produ...
Hello, I have a question regarding storing the value I get from a table in an arraylist from arraylist. How should I do to store?
For example:
Private ArrayList<ArrayList<String>> valorMatriz = new ArrayList<ArrayList<Stri...
Hello
I'm trying to retrieve the elements of a table and move to a jquery array that will be used in ajax
I create the td dynamically:
var newRow = $("<tr>");
var cols = "";
cols += '<td class="tdProduct...
I have a pivot table that returns me some null values in SUM(1) . I wanted them to be zero rather than null, but I can not.
Original pivot table
SELECT
Description AS Categoria,
[ACS],
[URO]
FROM
(...
Hello. I have a table that should show the name of the files and the date they were updated, but nothing appears.
In HTML I only have
<table><?php tabela("/arquivos/formularios/*.*"); ?></table>
And in PHP:
function tab...