The between tag has no wiki summary.
-2
votes
0answers
10 views
difference between i/o processor and i/o conto [closed]
What is the difference between I/O processor and I/O controller.??
I have been asked this question in interview which was for trainee in electricity board.
I couldn't figure out what she was ...
0
votes
1answer
16 views
Check and calulate time period between datetime in sql 2005
I need to check if any work time period is between datetime and calculate hours between for work hours sum grater than 8 hours.
Sample data:
1. Work time: 07:00 - 17:00 and datetime for checking ...
1
vote
1answer
20 views
Find all the coordinates between two points (in 3d)
Point 1: 0, 0, 0
Point 2: 10, 10, 3
What I need is to figure out how to get all the coordinates in between the two points so for example it would output
0, 0, 0
0, 0, 1
0, 0, 2
0, 0, 3
0, 1, 0
0, ...
2
votes
4answers
85 views
Java datafile sharing between classes
I'm sorry for being a newb and trouble you all with this question.
I'm making a small program that reads from a file (Serialized objectInputStream), which is a registry list where each entry has a ...
2
votes
1answer
61 views
SQL Between Statement using two Sub-queries that could return multiple values
Purpose: To perform alpha splits on work-lists based on roles assigned to a user. The below logic works if the user only has ONE alpha split (ex. A-CZZZ), but I need the flexibility for some users ...
0
votes
2answers
33 views
Sql Server, how can I return result where records stamped last month?
I am trying to return count of all record that where stamped as completed last month. the column name actualend his a datetime field. it is the same field where i need to make sure the record is ...
-2
votes
2answers
54 views
Syntax error when using parentheses with BETWEEN [closed]
I thought that the following would be the way I search for all calls placed in a 10 minute time frame
SELECT * FROM `call_log` WHERE start_time BETWEEN ('2012-05-01 17:50:00' AND '2013-05-01 ...
0
votes
2answers
42 views
SQL COUNT between dates in two different column
Let's say, we have this table:
STUDENT | START | END
1 |1998-1-1 |2001-1-1
2 |1999-1-1 |2001-1-1
3 |2000-1-1 |2004-1-1
4 |2000-1-1 | NULL
I'm trying to do is:
Count ...
-3
votes
0answers
23 views
Calculate Utilisation in between twodates from Booking period [closed]
Vehicle Booking as below :
Booking start date :
1/11/2012
Booking End date:
5/01/2013
I need to find out vehicle utilization in between period means 1/12/2012 to 31/12/2013
(User is passing only ...
0
votes
1answer
36 views
Excel, count cells that have value between two numbers
I need a formula to count the number of cells in a range that are between 10 and 10.000
what i have is =COUNTIF(B2:B292,>10 AND <10.000) But how do i put the cell in the < and the > ????
Thnx
0
votes
1answer
36 views
Remove character starting with x and ending with x and everything between it in a string.
I'm fairly new to Python but I have done my research and as a last resort I've turned to you guy for help.
The problem: I want to remove a specific code within a question. The code changes position ...
0
votes
0answers
7 views
How to put each row of a matrix in between 2 boundaries?
I have a 274x36 matrix (D1) and 2 vectors (269x1 each), one with start (start1) points, and the other one with end points (end1).
I' want to take each row of the matrix and put it in between each ...
1
vote
2answers
38 views
Serialization between two applications
I have developed a Visual Basic.net application that uses serialization to save an object. I am wanting to open and save this object in two different Visual Basic.net applications.
What is the best ...
1
vote
3answers
25 views
Java - How to add an element to a DefaultListModel between other two?
Here is it:
btnInsertL.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent arg0) {
String textField1Content = textField1.getText();
...
-1
votes
1answer
32 views
PHP/MySQL between day and day+1d7h
I m trying to execute this query into my php file but does not return any results (no errors)
$day = $_GET["day"];
$query_string = "SELECT * FROM $tablename WHERE TIMESTAMP('date','time') BETWEEN ...
0
votes
2answers
28 views
Between but NOT inclusive with sub query
I have seen replies to this when using dates but not with sub queries. I have the following
SELECT *
FROM `TEST`
where `ID` BETWEEN
(SELECT `ID` FROM `TEST` WHERE `Home_Team`
REGEXP ...
0
votes
3answers
60 views
BETWEEN and JOIN
My aim is to, View all property viewers and planned viewings, in the year 2013.
I believe i have got 90% of the way to a solution, but at the moment, it does not work.
Tables in use
*yr_viewer*
...
0
votes
3answers
64 views
C# Access Of Public Method Between Forms
I'm trying to do a simple project for my module. I made a login system for my program and the idea is the menustrip controls are disabled until the user puts in the correct details and submits it. So ...
0
votes
0answers
35 views
Ignoring html tags in SQL Server 2008 columns when creating views
I have a database table which holds email communications. The column in the table that holds the main message details holds the message header and all associated message header and message body HTML ...
0
votes
1answer
105 views
Calculate time difference between two times javascript
i've looking around how to do this and i found a lot of examples with complicated code.
Im using this:
var time1 = new Date();
var time1ms= time1.getTime(time1); //i get the time in ms
then i do ...
0
votes
1answer
22 views
Which column(s) to index in MySQL
I'm trying to optimize the following table, according to phpMyAdmin several stats regarding Table Scans are high and indices do not exist or are not being used. (Handler read rnd next 5.7 M)
$query ...
0
votes
1answer
70 views
Optimize Delete [SQL Server 2000/2005/2008]
I wanted to know if there is any possibility to optimize a query like this one :
delete tx_txn_detail
where transaction_id BETWEEN 1 AND 1000
Where transaction_id can be between 1 and 1000 or ...
0
votes
2answers
62 views
Optimize Postgresql Between Date Statement
I need help in optimize a postgresql query which uses the BETWEEN clause in a datetime with timestamp field.
I have 2 tables:
ONE(int id_one(PK), datetime cut_time, int f1 . . .)
containing ...
1
vote
2answers
65 views
CakePHP: Search BETWEEN datetimes and validate form
I'm stuck with this. My own skills aren't enough to solve this myself.
I have a form with these fields:
PLACE_ID
START_DATE (DATETIME)
END_DATE (DATETIME)
What I try to achieve:
If there are ...
0
votes
1answer
24 views
Java move player smoothly from one point to another
All I need is to claculate the new coordinites of a player based on a click and have the player move towards it smoothly. For example player is at (20, 20) and you click at (50, 80) how would i get it ...
1
vote
1answer
56 views
How can I retrieve rows faster within a time-range, in this simple case?
I am trying to figure out why selecting rows within a time-range takes too much time.
I have one database table with more than 5 million rows.
There is a Non-Unique, Non-Clustered Index on the ...
1
vote
1answer
91 views
Using regular expression for element which has changing numbers in between xpath
In my application I have mails in the inbox and every mail has a different ID.
Im not able to click on the first mail as the mail id keeps on changing everytime.
The xpath is as follows:
...
0
votes
0answers
54 views
How to do between-group three-way anova (type 3 sums of square)
I want to compare two unbalanced groups of subjects (G): independent variables are factor A and B, dependent variable is C.
My professor told me to use type 3 SS ANOVA, but I am not sure whether the ...
0
votes
1answer
65 views
Need to read text between certain characters in a text file C++
So I have a text file called Names.txt which has 20 000 lines.
Example of a line looks like this
"niineve","1 Mo.","VT","1 Mo. 10:12"
"nimrod","1 Mo.","VT","1 Mo. 10:8"
"nimrod","1 Mo.","VT","1 Mo. ...
0
votes
2answers
36 views
mysql - is today between two column values
| id | first (datetime) | last (datetime)
--------------------------------------------------------
| 1 | 2013-04-15 00:00:00 | 2013-04-21 23:59:00
| 2 | 2013-04-08 ...
0
votes
3answers
60 views
how to select a weeks amount of dates from a database?
What I am trying to do is search my database (ado.net with linq to sql) for all entrys within the last week.
The database has a field called date and I need the entries that are 7 days previous to ...
0
votes
2answers
92 views
How to get the specific rows of the table?
I am using Oracle database and I have a table that have 1.9 billion rows of records. I want to get the rows of records ranging from 100,000,001 to 200,000,000. Can someone help me on this? Thank you ...
0
votes
1answer
57 views
mysql fetch data between two unix timestamps
I want to use the following query with Wilson Score Confidence as taken from how to not sort by average rating to calculate the relevant content based on votes in the last 24 hours from the time user ...
-1
votes
4answers
160 views
Get text between two words [closed]
I need to know how i can get the the word(s) between two given words.
I unfortunately have no idea how to do this.
As example: Hello good day.
How can i do do this?
3
votes
3answers
58 views
SQL BETWEEN for text vs numeric values
BETWEEN is used used in a WHERE clause to select a range of data between two values.
If I am correct whether the range's endpoint are excluded or not is DBMS specific.
What I can not understand in the ...
0
votes
1answer
54 views
between two dates i need to display “today result”
Between two dates I need to display "today result".
CREATE TABLE IF NOT EXISTS `maf_game_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` varchar(100) NOT NULL,
`sessionid` varchar(100) ...
0
votes
0answers
44 views
SQL datepart, some months [closed]
I have this code:
SELECT Jmeno, COUNT(Ucast)
FROM Hraci
INNER JOIN Ucast_Zapas ON Ucast_Zapas.ID_Hrace_zapas=Hraci.IDHrace
INNER JOIN Zapas ON Zapas.ID_zapas=Ucast_Zapas.ID_zapasu_ucast
INNER ...
2
votes
3answers
89 views
Fetch Maximum data within date range without duplicate MYSQL
I had trouble in making my queries.
SELECT * FROM YourTable AS T1
INNER JOIN
(SELECT user_id , MIN(some_timestamp) AS some_timestamp FROM YourTable
GROUP BY user_id) AS T2
ON T1.User_Id = T2.User_Id ...
0
votes
1answer
62 views
In ruby, how might I find all Files between two dates
I'm very surprised I couldn't find an answer to this question, but I need to select all files modified between Time.now and 1.day.ago. Obviously I'm not expecting an 'ago' operator when dealing with ...
1
vote
0answers
41 views
Between the two string to use with the php xml parser
<title><![CDATA[ hello
]]></title>
<link>http://www.google.com</link>
<description><img class="img" src="http://google.com/a.jpg" alt="" ...
0
votes
1answer
40 views
MySQL count listing between certain price range
From another post on the site, I took the following type of query. They were using sum, I am looking for a count of listings.
SELECT
COUNT(IF(sold_price < 20,1,0)) as 'Under 20',
...
1
vote
2answers
38 views
Between… And… To work without values
I've tried to do this in a million different ways. At first I couldn't get it to work at all, but now I've managed to get it to work if I put in values.
What I need to happen is for my query to ...
-1
votes
2answers
140 views
php regex to add-tagged of between the two tag [closed]
<title><![CDATA[ Sabahattin
]]></title>
<link>http://www.google.com</link>
<description><img class="img" src="http://google.com/a.jpg" ...
1
vote
3answers
41 views
Is it Possible to Join these 2 Tables
I have 2 tables
Table A:
+------------+----------+
| Entry From | Entry To |
+------------+----------+
| 100 | 103 |
| 104 | 105 |
| 106 | 109 |
...
0
votes
2answers
74 views
sed print text between two specific characters
I have some lines of a playlist file and want to extract the filename only and get printed out for every line:
<location>file:///mnt/c3/jtvtes/ww/adw.avi</location>
...
1
vote
3answers
133 views
jquery: get text between two <br> elements
i've got a HTML tree like this:
<pre id="code_block">
This is line 1<br>
This is line 2<br>
This is line 3<br>
This is line 4<span ...
1
vote
2answers
176 views
get number of each day of week between two dates
I need to get the number of days for each day of the week between two dates like:
2013-01-01 to 2013-01-15
Mo:2
Tu:3
We:2
Th:2
Fr:2
Sa:2
Su:2
I had this code not sure where I got it before but it ...
1
vote
1answer
118 views
SQL - OVER Clause range between 2 times
I am trying to use the over function to count the number of events which start between the start and end date of the current row for all rows. I.e. a concurrent counter. Ultimately I will be looking ...
1
vote
1answer
37 views
Oracle - Use of Between with letters - Between 'A' and 'C'
this doubt is Certainly stupid, however, after reading an answer for a given question I got really confused (I don't know why as it is a simple subject).
Consider this basic query:
SELECT * FROM emp ...
0
votes
2answers
87 views
check whether entered date time is between the range of 2 datetime values
I have table which contains 2 columns startdate and enddate for storing the start and end time of fun program in a particular venue.(Both columns are having format of datetime-format is 'Y-m-d ...



