Hello, I know it's more or less like this in 2nd print and with the Inner join but I'm not getting it.
I'm using MySQL Workbench and more when I finish this I want to move to C #.
I have this question, I have already joined the 4 tables...
After completing the installation of PHP7. ++ I got the following error after performing all the steps of the SQL Server PDO Driver Configuration Tutorial for php, restart apache2:
PHP Warning: PHP Startup: Unable to load dynamic library 'pdo...
I need to do a function in VB which allows you to list the data of a field in the database in a DropDown.
Ihavetolistdatafromthe'EixoX'field(fromthefigureabove)inDropDown.Thequestionis:IneedtolistDBdatafromagivenID,forexampleID=1,whereIhavet...
I have a * .sql file. How do I transfer / use a database?
Have the records in the database. (it was sent to me and I do not know how to have the data inside my database, and then use it with php)
Good afternoon!
Dear, I have the following function below that is of the days not worked that is only coming Saturday and Sunday, however, I wanted this function to include the holidays. NOTE: I already have a holidays function, however, I wa...
How to do an update in two tables, Ex: first table users , would only update in senha , but in table users_info would update cos fields, cidade , nascimento , sexo e etc.
I can do it in one, but I wante...
I need to exclude duplicate records in column bidding_price with the following conditions:
Table: bid_account
Columns to check:
id = PRIMARY KEY auction_id = ID of each product bidding_price = val...
How can I calculate the sum of the values of a column by considering the decimal values (after points and commas) with PHP .
I used in select o SUM() but the sum returned only integers. I need a way that adds the miliaries and...
Hey guys, I created an ID table with Auto Increment, checking the table I saw that Bugou, has any command in SQL that reorders from the value 1,2,3,4 to the last one? just for the sake of reorganization.
Thank you.
I'm having the following error:
Object of class mysqli could not be converted to string.
PHP code:
<?php
include("config.php");
$query = $_GET['query'];
$min_length = 3;
if(strlen($query) >= $min_length){...