Tagged Questions
1
vote
1answer
51 views
SELECT .. SELECT in Mysql
I am trying to write a query for mysql (Search Module) where I am facing difficulties because of the select operation to be carried out inside same table.
My Query:
(SELECT * FROM user WHERE ...
1
vote
3answers
61 views
MySQL IN BETWEEN with no condition
I want to write a SQL query where if the datetime is not been assigned I want to replace a string which can select all date and time.
How Actually it works:
SELECT * FROM `entry` WHERE `user` ...
0
votes
1answer
24 views
Transferring info from MS Access db to MySQL db
I am making a program to audit some of our workers. I need some help figuring out how to do this next process.
I have a MS Access database that I am pulling information from. This information is ...
0
votes
2answers
34 views
Storage - Logic/Performance - PHP/MySQL
Okay, here's a standard users table;
Full Name | Birthday | E-Mail | Username | Password | Facebook | MySpace | Twitter | LinkedIn
Nothing unusual about this, it's fairly standard and text book. ...
0
votes
1answer
35 views
SQL Storage logic between two dates
I would really like to have your help. I'm getting the following problem.
I have a products store app, that a I input two dates (DATETIME), the initial and the final date.
And a I need to validate ...
1
vote
1answer
27 views
Short-circuit logic evaluation operators
Are there any short-circuit logic operators (specifically short-circuit AND and short-circuit OR) that I can use in a WHERE clause in MySQL 5.5? If there isn't, what are the alternatives?
An abstract ...
2
votes
2answers
66 views
Select Query with OR and NAND
I am trying to design a query with OR and NAND operation, Can some one let me know Is the query is correct:
Question 1: Is this query correct?
select * from country where country_code='AL' UNION ...
1
vote
1answer
23 views
Mysql with multiple query having NAND opertaion and NOT operation
I am trying to achieve and NOT operation and NAND operation in between Queries.
Scenario 1:
SELECT
country_name,country_code
from country
where not (country_name='Land islands' ...
1
vote
2answers
75 views
sql : finding how many objects were stolen by a player?
The Database Design :
Fiddle : http://sqlfiddle.com/#!2/4f23b3
I have a table players
CREATE TABLE players (
id MEDIUMINT(7) unsigned AUTO_INCREMENT PRIMARY KEY ,
name VARCHAR(30)
) ENGINE ...
1
vote
5answers
87 views
Get records from Table A, that are not in Table B
I'm new to SQL, and havn't been able to get this SQL query right yet. I currently have:
SELECT * FROM tableA
LEFT OUTER JOIN tableB
ON tableA.`full_name` = tableB.`full_name`
WHERE tableB.`id` IS ...
0
votes
2answers
48 views
MySQL logic where function I think
I have about 500 rows with simliar data to the 4 rows below, from this exmaple I only want two rows to be returned using the following logic:
If emp No 817 sal_id = 2 is_active 0 then return 817 ...
1
vote
1answer
96 views
MySQL NAND/NOR operations in Queries
Can any one help me in explaining how to write a query for NAND and NOR?
I am getting confused? Is there any good example which help to understand the NAND and NOR operation in query?
I worked in ...
12
votes
8answers
391 views
Showing Featured Item From the Database
I have database table as below.
id, bungalow_name, type, address, featured
A bungalow can be featured in the home page. If a bungalow is featured, featured column has the value 1. I have 50 ...
0
votes
2answers
55 views
In a login system with 3 levels, what better way to create the tables in the database and login system?
In a login system with 3 levels, what better way to create the tables in the database and login system?
The three levels are: 'Client', 'Additional' and 'Administrator'.
The 'Client' will access ALL ...
0
votes
2answers
128 views
Live search engine logic behind query
I have problems creating a multiple field live search engine using AJAX and PHP.
Up to now there was no need to search for multiple fields, so I had a simple query that worked fine for only one ...
0
votes
2answers
59 views
insert select statement with changes to fields and logic thinking
I'm working on some php code having to do with creating recurring invoices. I need some help thinking through the logic. I think ultimately I will end up with a type of Insert/Select statement. The ...
1
vote
2answers
70 views
Calculating overall rating
If i have a series of 10 objects with rating from 1 to 10. Then how can i calculate overall rating?
For example if i have a list like this:
Entertainment - 8/10
Fun - 9/10
Comedy - 6/10
Dance - ...
1
vote
3answers
55 views
MySql find friends of Player X from table Games
1) I need to: "Find All players that play the same game of Player '55' for games' id bigger than 2"
The tables are as in the picture below:
I tried many statements but they produce wrong result:
...
0
votes
1answer
42 views
MySQL storage and retrieval Logic - free-form dynamic data - user entered values
I'm looking for a solution to storing and retrieving user entered data as a drop down list.
The user wants to start with an existing drop list containing values of breeds.
Breed Select List
...
0
votes
1answer
26 views
Data set not forming correctly with IN and UNION in mysql
Database Schema
Problem -
Find out the models and prices for all the products (of any type)
produced by maker B.
My attempts -
SELECT b.model, b.price FROM laptop AS b
WHERE b.model IN ( ...
1
vote
0answers
41 views
Lost behind the logic of making a stats graphics from a mysql log
Thanks for reading.
This is not a coding question as much as it is a logic one. But if my current logic is wrong, some coding help would be appreciated.
I have made a table on my database which is a ...
0
votes
1answer
64 views
PHP application database logic flawed
I have a page on my application that is supposed to keep track of students. Once a counselor accepts the student for a in real life session. doing so the students records are then put into a table ...
1
vote
1answer
81 views
Select to get data in mysql
My table structure
id name
1 bhagi
1 user
1 amit
1 sumit
2 bhagi
2 chinmay
2 sumit
3 rashmi
3 RBS
4 sumit
4 amit
4 bhagi
4 ...
0
votes
0answers
107 views
multiple left join logic
I am looking to show different data based on geo locations, I can return two letter codes for country. I have a product table, bonus types 1,2,3 and then these bonuses will vary depending on country
...
1
vote
2answers
232 views
mysql use logic in where clause + invalid use of group function
I have the below mysql query that outputs the below image:
select
v.invoicenumber,
v.invoicedate,
v.haulier,
v.transporttype,
count(v.loadnumber) as totalloads,
sum(v.cost) as totalcost,
...
0
votes
1answer
68 views
MySql queries takes long to finish
I have a classic ASP page in which I have all my clients(about 4,000),active or not, and I need to get information on them in 4 different tables. The way I'm currently doing it, my page takes 3,4,5 ...
1
vote
1answer
120 views
php organizing result set logic to nested JSON
I have a data base full of model numbers with varying length characters all delimited by periods.
Model number families:
xxxx.xx.xxxx
xxxx.xx.kjfd
xxxx.kj.jkfdk
yy.yy.a
yy.yy.b
and so on.
I'm ...
0
votes
3answers
117 views
Does these PHP if statements have a logic error?
Below is a script that is run when a Change Password button is clicked for a form. The form contains 2 password fields, one for the new password, and one for confirming the new password. Here is the ...
0
votes
1answer
180 views
Popup notification on table change?
I have a table for users Badges and Achievements. The default value for a Badge is written as locked in the field value for each badge. Then when the user unlocks the badge the field value is updated ...
0
votes
3answers
249 views
PHP Mysql Logic to loop through table and optimize output
not 100% sure on title, feel free to edit to be more generic and helpful to all users
I have an order capture 'portal' which allows for orders to be captured. Part of the order is volume or the ...
0
votes
3answers
186 views
While loop form to delete mysql_entry
I have this chunk of code, which is displayed on a user's journal page. They can add an entry and they have the option to delete an entry once it's on the page.
Ill show the code with some comments ...
0
votes
4answers
105 views
SQL query where all A's must have the following coumns from B that are equal?
Here's my specific example of what I mean. I have the following table defined:
CREATE TABLE pets (
id INTEGER UNSIGNED NOT NULL,
name VARCHAR(20) NOT NULL,
breed VARCHAR(20) NOT NULL,
...
0
votes
1answer
58 views
Internationalization of table fields
I am learning about database internationalization and have a "small" question.
I have one table named categories which have the fields id, name, description among others. And, the table products ...
0
votes
2answers
212 views
creating a related post script in php - Not Wordpress
I would like to know if any one has any working code that could show related blog post say about four or five based on the category of the current blog post. Note that am NOT USING wordpress or any ...
3
votes
4answers
83 views
MySQL Complex Arithmetic
I have a MySQL table set up like the following:
debts
--------------------------
owed_by | owed_to | amount
--------|---------|-------
Alice | Bob | 5
Bob | Jane | 10
Alice | Jane ...
1
vote
1answer
102 views
Logic for Subject Routine maker (PHP)
I am developing a php application to manage routine for subjects and teacher timing for my college. However I cannot get the idea (The Logic) behind the proper time management.
The classes are 50 to ...
3
votes
3answers
101 views
PHP - Program Logic in allocation of variables
I have 5 Sales people in company website.Now when ever query comes it should be distributed in the following ratio
SalesA : SalesB : SalesC : SalesD : SalesE = 1 : 2 : 1 : 1 : 1
I have made my ...
0
votes
2answers
46 views
unsure about database logic for multiple items
I am trying to get my head around an issue relating to database logic.
I have a system that is to allow the user to create an event, performances and multiple different ticket types for a given ...
0
votes
3answers
79 views
Select a DISTINCT ID, then pull data from another table
I have 2 MySQL tables, one for parts, and one for years. I can't figure out how to make a table on stackoverflow.. keeps making headers so here's my weak attempt to explain what I need.
Table 1
id | ...
2
votes
2answers
140 views
false OR false = true in MySQL? Very odd behaviour
Basically, my 0 OR 0 is returning 1 - that's not really what I wanted :) I'm not really sure why because if I select 0 OR 0 I get 0..
I think this could be because is_premium_dealer is an ...
0
votes
1answer
312 views
Send Automated E-Mails Based on MySQL Dates
I want to be able to send emails automatically based on mysql dates.
I know I can schedule them using Crontabs, but the problem is that Crontabs only specifies days, months, weeks etc. - it isn't ...
0
votes
2answers
38 views
Logic with MYSQL query multiple tables
Hello I am a bit rusty with MySql, could someone help me with this problem?
Problem: I have the following tables:
I need to get as a Result: APINAME, DESCRIPTION and ENDPOINT (from APIS table) ...
3
votes
3answers
947 views
How to add column values in mysql
This is my table data Student
And this is my query --
SELECT id, SUM( maths + chemistry + physics ) AS total, maths, chemistry, physics
FROM `student`
but it is throwing a single row --
id ...
0
votes
1answer
303 views
How to group Objects in an Array using PHP PDO and MySQL?
I have this category table
Category
============
id name ref_id
1 cat1 0
2 cat2 0
3 subCat1 1
4 subCat2 1
5 subCat3 2
6 subCat4 2
I would like to have a result ...
2
votes
2answers
60 views
Logic issues in asp+mysql
I have a logic problem.
I have some clients, in a MySQL database table.
The client number is the primary key.
Here are some examples of client numbers (ex: 10127, 8520053).
I'm using asp and I want ...
2
votes
2answers
282 views
Paging logic for multiple tables in PHP
I want to prepare a listing page in PHP with multiple mysql tables. So that can be N numner of tables and the records in each table can be anything and I want to implement paging for that. Here is the ...
0
votes
4answers
127 views
MySQL query logic
I have a DB full of deals, and a website which will present just one of these deals if the deal is a featured deal, however I am struggling to get the right logic...
the deal that is shown on the site ...
1
vote
1answer
121 views
PHP MYSQL Simple Program Logic
I have list of say 100 Products Listed in My Website.Every product has its own page in website.Now when ever i want some discount or any other offer say for 5 products I will write an if condition in ...
5
votes
3answers
375 views
Logic Issue - how many / which small boxes in a big box - PHP/MySQL
I've got a problem, and I'll try and describe it in as simplest terms as possible.
Using a combination of PHP and MySQL I need to fulfil the following logic problem, this is a simplified version of ...
1
vote
2answers
72 views
Join 2 tables, print data from 2nd table when joined rows occur
The case:
I have 2 tables, 'contracts' and 'members' tied with contract.id = members.cid.
Each contract has one main member and several secondary members (usually the children and spouse of the main ...


