Tagged Questions
0
votes
1answer
18 views
Querying amount of time level spent out of range
I have a table with that records the time and level of a tank.
12:00 | 85
12:01 | 77
12:02 | 78
12:03 | 82
12:05 | 79
12:06 | 75
12:07 | 85
etc.
How could you write a query to get the amount ...
0
votes
2answers
36 views
Getting total elapsedTime (TIME) in SQL
Please take a look at my table:
I need to count the total 'code1' and total 'code2' and the total of combine code1 and code2 and the total elapsedTime per day (timefiledate). Please see this ...
-2
votes
1answer
32 views
Add x days to a DATE-field, where x is another column [closed]
I have a table which has a DATE-column, along with a int modifier column. I'd like to somehow be able to add x days to the DATE-column, where x is the modifier's value.
Something like this:
...
0
votes
2answers
47 views
Speed of response of an sql query in a big mysql database
I have a table in my database which has 300684 records and the problem is when i execute an sql query the response takes very long time so is there a solution for raising the time of response ? I work ...
0
votes
1answer
38 views
Time Limit On Page
I currently run a online gaming website and I am trying to stop users from being able to reload the page over and over again. I thought a good way to do this would be to add a timestamp variable into ...
2
votes
2answers
84 views
Convert HH:MM:SS
I'm currently working on a call report however i've hit a snag. I need to calculate how long an agent has spent on the phone, the source data is in HH:MM:SS for the call duration. as in 1hr 12mins 10 ...
1
vote
4answers
75 views
How to convert 3/4 Character Integer to 24 Hour Time Format and combine with date ?
I have a doc Column of Date Time format, but it always leaves the time blank, and I have a time field which is an integer which represents hours and minutes (not including seconds). I would like to ...
0
votes
1answer
40 views
Select between two times and dates in SQL PHP
I am trying to find a way to select the row from database which the dates are between yesterday 5p.m. and today 4:59p.m.
The database are filled with orders and I am trying to make it display all the ...
1
vote
2answers
53 views
Create query statement to output records within a ROLLING time interval
What I am attempting to do is create a SELECT statement searching for duplicate cell values within a rolling 30 minute window. From a table that records every alert sent out to the DBA team.
Here is ...
0
votes
3answers
91 views
Remove time from a date/time string using jQuery
What is an efficient way to strip the time from this returned dataset using jQuery? I need the time to exist in the database because of ordering purposes however I need to display only the date.
...
0
votes
0answers
60 views
Multi table SQL query between multiple time slots
I want to create a single SQL query which finds the log in and log out times of a user and then displays the web requests he sent during these time periods.
Currently I am achieving this using 3 ...
0
votes
1answer
47 views
Select where time is between -1 and 5 minutes of specified time
I want to select rows from a mySQL database where the current time is between -1 and 5 minutes relative to the 'endTime' field in the row.
The 'endTime' field is the type 'time'.
Here is my current, ...
0
votes
6answers
68 views
SQL DATE and TIME to DATETIME
I have date and time column in my table. I want to select all objects which has date and time larger than current time plus one hour:
I have tried the following:
SELECT * FROM mytable WHERE date ...
0
votes
2answers
24 views
Formatting a Field Whenever it's Queried
I have a Rails app that acts as the back-end for the iPhone app. Whenever a record, let's call it message, is created, I format a string coming from the iPhone app into Ruby DateTime that will be ...
0
votes
2answers
77 views
Convert a obscure? date format in a sql query to a human readable one
I've got a date format in a bigint field in this format "20130314123743" - YYYYMMDDHHMMSS and i need to do a mysql query on it and get it back to the user in something like yyyy-mm-dd hh:mm:ss.
Is ...
3
votes
2answers
101 views
SQL / PHP: get all results within time X to Y, and detect if there are available times inbetween
Sorry if the title is a bit vague..
I have a database looking like this:
orderid | roomname | date(DATE) | from(TIME) | to(TIME)
Example-data:
1231 | E12 | 2013-04-05 | 07:00:00 | 10:00:00
1671 | ...
0
votes
4answers
61 views
Condition on date from MySQL with PHP
I need some help on apparently a simple problem but i cant figure out how it works properly
I have dates stored in MySQL such as 01/02/2012 07:40:23
this date is extracted to php in ...
0
votes
1answer
60 views
SQL Time exceeds
I currently have a system that outputs a waiting time, given their arrival time and current time; (current time - arrival time). How would I programme the code so that;
if the waiting_time exceeds 3 ...
0
votes
2answers
118 views
SQL calculation for finding time difference
I have used the (NOW) function to get the current TIME and insert into database as "Arrival Time."
This is shown below:
$sql="INSERT INTO Time(Arrival_Time)
VALUES(NOW())";
The type is time and ...
0
votes
2answers
266 views
Convert varchar to date MYSQL
I have a varchar in this format: Thu Jun 14 22:20:40 +0000 2012
how can I change the entire column in a table in MYSQL (called "date") to datetime format from varchar automatically.
1
vote
2answers
51 views
Return real duration of select statements in MySQL
When you perform a SELECT query similar to below in MySQL command line.
SELECT * FROM MASTER LIMIT 1000;
It returns:
1000 rows in set <0.00 sec>
When it clearly takes around 1.5+ Seconds ...
0
votes
2answers
70 views
debug the function which calculates total time between two dates subtract the weekend
The below function calculates total time between two dates with subtracting the weekend, it works fine when two dates differ more than a a day, but within a day the results come with nagative, i dont ...
1
vote
3answers
641 views
T-SQL 2008 Convert Date and time string to datetime
I have two columns in my table, one to capture time and one to capture date. Unfortunately, both are varchar(). I need to take the two fields, concatenate them together, and then convert them to ...
0
votes
0answers
82 views
running time of inline view in sql?
This is a query to illustrate how to reference an aliased column from WHERE clause:
SELECT *
FROM (SELECT sal AS salary,
comm AS commission
FROM emp)
WHERE salary < ...
0
votes
1answer
75 views
compare time using sql query
I am working on attendance management system using php and mysql. I want to display the total number of times a person spending less than 9 hrs a day. timein and timout is been stored in database. I ...
0
votes
3answers
19 views
Rails where doesn't work with time comparison
There is something weird with this query, which I can't solve
I have a post model which has_many comments. I want to fetch the comments from the last 24 hours
p=Post.first
p.comments.where("(:t - ...
0
votes
1answer
25 views
pull mysql data for the last 60 minutes
Hi I have have a column in my mysql db table called FirstAdded -- the date and is stored in this format:2013-03-04 16:37:05
I would like to pull all the rows added to the database in the past hour ...
0
votes
5answers
221 views
Java: java.util.date cannot be cast to java.sql.Time [duplicate]
I have time converted from millis and now i would like to make an SQL Insert with that time value. I tried this but it is not working:
String INSERT_RECORD ="INSERT INTO PRAVIDLA ...
1
vote
2answers
199 views
How to combine date and time into a timestamp in db2?
In a db2 database I have a DATE column and a TIME column, how can you combine these into a single TIMESTAMP?
1
vote
1answer
152 views
TIME datatype in SQL Server 2008 will not accept time from Access form
I am using an Access form on the front end, bound to a SQL Server 2008 table. I have an Arrival Time column of datatype Time.
But I get an ODBC error every time I try to save a record. Error ...
1
vote
1answer
51 views
Hourly average with time()
is there a possibility of a single SQL query to get my hourly average data?
My table looks like this:
| count | time |
| 5 | time() |
| 4 | time() |
And it repeats every 24 hour.. I ...
0
votes
2answers
186 views
Grouping data by time interval
I want to group the data in a table by time interval. The table keeps the order info that includes the userid, item name, model, quantity, activity date, etc. Now I want to group this data by time ...
1
vote
1answer
45 views
How can I get unix times for the start and end of last twelve months in a loop?
I wish to print the totals of a column in my database for each month in the last year. The code I have so far to do this is:
$month = date("n");
$year = date("Y");
$loop = 12;
while($loop>1) {
...
2
votes
2answers
432 views
mysql infile convert string to time format
I have a TSV that I'm trying to infile into a mySQL table. A couple columns are time formats, but they don't match the standard time format of HH:MM:SS, instead they look like HH:MM AM/PM
I've seen ...
0
votes
3answers
65 views
How Can I Convert a Column of M/D/Y, Time to Y/M/D, Time in a MYSQL Table?
I saw some other questions like mine but not exactly like mine. I have a column in one of my tables called time, but since the new year, when I order by time, it's not pulling in the correct ...
1
vote
4answers
126 views
Select max date, then max time
I've table with currency rates:
T_RATE_ID T_INPUTDATE T_INPUTTIME T_SINCEDATE
1 27.12.2012 22:41:01 28.12.2012
1 27.12.2012 23:45:21 28.12.2012
1 28.12.2012 ...
0
votes
3answers
101 views
How to run the select Query here?
This is my query
SELECT *
FROM tbl_djr
WHERE 1=1
AND djr_date_of_work >='12/31/2012'
AND djr_date_of_work<='01/06/2013'
ORDER BY djr_id
date format = m/d/Y
here is my table
...
1
vote
1answer
572 views
MySQL: Count the distinct rows per day
I have an interesting query I need to do. I have a table with an INT column containing ip address numbers (using INET_ATON), and a timestamp column. I want to be able to count the number of unique ip ...
4
votes
1answer
235 views
Timestamp calculation with daylight saving time
The Central European Daylight Saving Time begins on last Sunday in March. We set our clocks from 02:00 to 03:00. What happens if I do timestamp calcuations in a database request - lets say at 01:59?
...
0
votes
2answers
256 views
PHP compare DateTime with current time
I have some trouble comparing the fields to current time.
I have two fields in MySQL, who record the start time and end time of a lecture.
What I'm trying to do is check if the current time is ...
0
votes
1answer
80 views
SQL Bind only the Time Component Of DateTime in GridView
I have a table that has the columns: StartTime and Endtime (ex: 15:40 and 18:20).
I use DateTime for this columns and they are binder to a gridview.
Is there any chance I can show only the time ...
-3
votes
3answers
318 views
insert time into Mysql with java
I`m building a database for different clients, they have their usernames and passwords, but i want to see the time when they log in. Im using following code:
if (userName.equals("EXAMPLE")) {
...
1
vote
3answers
113 views
SQL Time function
Hi i am writing a SQL query for a report which will give the amounts of leads coming in for the day since 8am. The report is set to go out every our so for example the 8am report will show leads which ...
0
votes
3answers
987 views
How to convert Time to Decimal in SQL with an integer
I am having a couple of issues converting time to decimal...
Essentially I have used a DATEDIFF to identify the hours and minutes between two dates and times. This produces a result of 5.45, however ...
2
votes
2answers
47 views
SQL time comparision
I'm trying to show rows which have hour value (24H format) after current time.
Currently I'm using:
where time(hour)>time(now())
but this comparision fails when current time is for example ...
4
votes
3answers
346 views
Retrieve time from MySQL as HH:MM format
I used DATETIME datatype to store date and time in my Database. It saved date as
YY-MM-DD HH:MM:SS (2012-11-06 10:45:48)
I can retrieve the time from database as HH:MM:SS format but I want to ...
0
votes
1answer
463 views
Finding records within a 5 min time interval in SQL
I have a table with over 100,000 rows that contain the following columns: ID, Time, and Boolean.
The time column tracks time down to the second.
I need a query that will find all instances of Boolean ...
0
votes
2answers
124 views
Changing SQL VARCHAR2 date to another date format
I have a date (stored as a VARCHAR2) in a database with the format:
20090123_163842.865
yyyyMMdd_hhmmss.ttt
and I want to make a SQL sentence to obtain:
23/01/2009 16:38:42,865
dd/MM/yyyy ...
7
votes
2answers
277 views
Convert float day of year in datetime mysql
I have the following table in MySQL DB:
year | day_of_year
2012 | 283.813090
How to convert these fields in DateTime?
I tried:
SELECT MAKEDATE(year, day_of_year) from tableName;
It returns the ...
1
vote
3answers
326 views
Calculate Average Time Over 24 hour period
I'm working in Teradata and am trying to calulate the average time a job completes.
Data Values:
Job Name Start Date End Date End Time
D_BDW_CCIP_SRM_LD 10/10/2012 10/11/2012 ...






