python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PHP MySQL INNER JOIN query only returns one row when phpMyAdmin of same query returns four rows
I have two tables 'favorite' and 'image':
'favorite' - contains columns:
username (varchar) unique identifier for user
viewkey (varchar) unique identifier for image
action (tinyint) 1 = image was fa...

Nyki-Anderson
Votes: 0
Answers: 1
Need to match ClockIn with Clock out, multiple clocks on same day SQL
I'm trying to get the clock in and clock out times to correspond to each other so that I can calculate hours worked/amount of breaks/time worked within working hours etc. I have a 'Clocking' table tha...
Jarryd vn
Votes: 0
Answers: 2
MySQL UPDATE Two Tables with Differences From The First
I have two tables table1 and master. Master is the master database of contacts. Table1 contains recent contact information from a survey of respondents in a study.
table1 contains current informatio...
Viktor
Votes: 0
Answers: 1
How can I display which tower (Towerid, Location) was used by customer XX to make their first call?
I cannot get the result for the first call from a specific customer. I can get the result for all the calls from this specific customer.
Table 1: Tower: TowerID, Location
Table 2: Connect: Tower ID, C...
Bruna Maurer
Votes: 0
Answers: 1