In SQL, the CASE expression executes a list of conditions, returning the result where the condition evaluates to true.
2
votes
1answer
31 views
Selecting Multiple Substrings from a Field
I'm trying to create a SQL query that selects pieces of a record from a field. Here is a shorten example of what is in one unedited field:
<Name>Example1</Name>
...
1
vote
2answers
63 views
java.lang.NumberFormatException: For input string: “” parsing string expression
I'm trying to parse a string expression (i.e. "6+10*2-5") and calculate the answer as a double using a for-case statement. However I'm getting the error:
Exception in thread "main" ...
-1
votes
3answers
56 views
SQL Server 2008 r2 CASE Expression not evaluating correctly
I've got the following SQL statement that is not determining when a field has a value of 'Y' when it should. Here is the SQL...
SELECT A.BUSINESS_UNIT
, A.WO_ID
, A.WO_TASK_ID
, ...
0
votes
2answers
20 views
Two aggregate funcitons with different criteria
I like to use two aggregate functions (COUNT, SUM) in one SQL statement with the help of CASE WHEN Statement. My code is like this:
CASE
WHEN ( ( ( ( (CSSC_MASTER_VIEW.ORDER_TYPE = ...
0
votes
2answers
29 views
CASE statement in Access 2013 (and how to use it)?
I'm new to Microsoft Access programming.
I want to check a date field and return if it is
today, or
yesterday, or
last week (the date within last week's dates), or
last month, or
it's older ...
0
votes
1answer
31 views
CASE Statement in query
I am trying to return a bunch of values in a table without causing "duplicate" outputs. I thought a CASE statement or derived table may help? Any input would be great.
Within the column Product_code ...
0
votes
0answers
12 views
Sugarcrm task list in Case detail page
When a new task is created from Activities subpanel under Case detail page, the task is not displayed in the list on the same page under Activities subpanel, although the task is visible in the main ...
0
votes
3answers
13 views
Using case to create a new column MySQL
I'm new to SQL and I'm trying to create a new column using values from another column.
I'm using something like this.
Select
a.idclientecrm,
(case
when a.titulo like '%Mensual' then 'Mensual'
...
-1
votes
0answers
32 views
Switch case only working for first case (PHP, WordPress)
I have created a custom page template for WordPress to dynamically change what content is displayed in the "Gallery" based on a Custom Field set for each page.
In this template I have written a ...
1
vote
1answer
37 views
mysql Case statement not working in cursor
The case statement in the cursor does not work, however the select sql by itself works fine. Please advice whats the issue
/* cursor for summed txns fee amounts of merchants */
DECLARE sumCursor ...
0
votes
3answers
48 views
Use CASE statement to check if column exists in table - SQL Server
I'm using a SQL server statement embedded in some other C# code; and simply want to check if a column exists in my table.
If the column (ModifiedByUSer here) does exist then I want to return a 1 or ...
-1
votes
0answers
10 views
generate sequence diagram from use case [closed]
I have created a Use Case with a scenario and several alternates.
The activity diagram is created fine, but I get nothing when I try to create a sequence diagram. No error, just a black diagram.
Do ...
0
votes
2answers
57 views
Case statement and divide by zero error
I'm getting a divide by zero error and Im not sure how to handle it. Using a sql server database.
Script:
SELECT Race ,
[2012] = MAX(CASE WHEN a.[Year] = 2012 THEN [Count]
...
0
votes
3answers
27 views
Bash case statement
I'm trying to learn case as I was to write a fully functional script.
I'm starting off with the below
#!/bin/sh
case $@ in
-h|--help)
echo "You have selected Help"
;;
...
3
votes
1answer
34 views
Java Camel case apostrophe issue
Can anyone please help regarding camel casing strings that contain apostrophes, whereby I don't want the next letter after the apostrophe to be put to upper case.
My code reads from a txt file and ...
1
vote
2answers
48 views
Case condition in a where clause having another sql statement
I'm working on a jasper report which takes one parameter based on which it should have a different where clause. Below is the query I'm using but seems there's a syntax error somewhere.
select ...
0
votes
3answers
58 views
Grouping by year and month on date stored as a decimal
I have a data set with the following sample information:
ID DTE CNTR
1 20110102.0 2
1 20110204.0 3
1 20110103.0 5
2 20110205.0 6
2 20110301.0 7
2 20110302.0 3
If I want ...
0
votes
2answers
21 views
I need a final tweak to this CASE statement
I have the following piece of code:
SELECT CASE WHEN (ACCT.NMAJORHCODE IN ('7','16')
AND DET_TYPE NOT IN ('ACR', 'ADR', 'CRN'))
OR (DET_TYPE IN ('ADR', 'CRN') AND CR.NMAJORHCODE < 4 AND ...
1
vote
3answers
49 views
SQL: Group By with Case Statement for multiple fields
I am trying to write a GROUP BY clause with a CASE statement so I can conditionally GROUP BY according to the value of the parameter in my query. Here is my query that I am using (significantly ...
0
votes
1answer
31 views
DB2 Performance CASE vs COALESCE
I'm modifying an existing statement that joins user information in one table so that the user info can come from another table. One is a permanent table and the other is temporary (records get moved ...
0
votes
1answer
27 views
Python, insert a case statement into a sql query
I am having a problem on using the CASE statement multiple times in a sql query in PYTHON.
I wonder if I can take away the CASE statement and create a template, and then I can put the template ...
1
vote
2answers
40 views
Sum by month and put months as columns
Background
I have time series data on a monthly basis and I would like to sum values for each ID, grouped by month and then have the month names as columns rather than as rows.
Example
...
0
votes
3answers
25 views
SQL Server---how to group by a column that is declared in CASE statement in SELECT statement
I am having a problem on group by the column [rating]. When I execute it, it gives "Invalid column name 'rate'".
Can anyone help me ? THANKS!!
SELECT
......
CASE
WHEN level_1 = ...
0
votes
3answers
28 views
How to reuse a case statement in sql
I have a question about reusing the following code in select statement in sql.
I wonder if I can declare a variable for this statement
CASE
WHEN ssr.rating = 'A' OR ssr.rating LIKE 'A[+-]'
...
0
votes
0answers
18 views
Strange characters returned from recordset
I'm using an SQL select statement to get a collection of results and it uses a case statement to find the latest from a number of differenct date columns. The records return fine where ran directly ...
0
votes
2answers
27 views
DECODE to CASE Statement
I am having a bit of trouble modifying this DECODE into a CASE Statement.
DECODE(DECODE(pa.postCode_pt1 || ' ' || pa.postCode_pt2,'L9 3DF', 'ZZ99 9ZZ', 'CV23 8AP', 'ZZ99 9ZZ', 'WR11 8TZ', 'ZZ99 9ZZ', ...
0
votes
2answers
31 views
mysql count distinct num using with statment on too many rows
I have a table with many order record and each record has a column named phone used to indicate a user.
What I want to do is to count the distinct phone number in some date range. And my sql is like
...
0
votes
0answers
40 views
Edge Case, Left to Right
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Test Timeout</title>
<script type="text/JavaScript" language="JavaScript">
var e;
e = ...
0
votes
2answers
34 views
Using CASE Function with DATEDIFF and COUNT
Hi I'm sure this is a simple fix but I cannot figure it out. I'm trying to label records that are overdue the completion date (CompleteDate-CurrentDate) (these numbers will be negatives) to "Overdue" ...
1
vote
2answers
44 views
PL/SQL Case Statement - IS NULL
I have some SQL, far too much to add all of the statement in this question, that I am trying to improve in order to drive out system slowdowns.
In part of the PL/SQL there is an AND Exists clause ...
0
votes
1answer
21 views
Actions and Expected result are disabled in TFS 2010?
I am trying to write my first test case using TFS 2010 in VS2010 However Actions and Expected results columns won't allow me to add those steps ... any thing am doing wrong ?
0
votes
1answer
40 views
SQL 'case when' in hibernate Criteria
How can I tranform the following query to a hibernate Criteria?
select pr_name, count(*) from (select (case when serv.type=xyz then serv.nameA else serv.nameB end) as pr_name from db.serv serv where ...
1
vote
2answers
36 views
SQL conditional where statement
I've written the following sql statement, but I'm unsure how to write the where statement because it is conditional. So I have:
declare @subject varchar(100)
select surname, forename, result
from ...
0
votes
1answer
55 views
Trying to use IF/CASE Statement within a Where Clause using BETWEEN in Oracle
I am trying to do the following CASE statement within a WHERE clause and it's not working. I have searched everywhere and can't find a solution. The error report says:
PL/SQL: ORA-00905: missing ...
0
votes
1answer
31 views
Select Statement based on user defined variable
I am trying to do a simple select statement based on the input of the user (SSRS). Help!
select * from Table1
WHERE
Case when @x = 'Yes' then (select * from Table1 where [Column1] < 0) end;
case ...
0
votes
1answer
70 views
Nested Case statement in sql query
My Query
Declare @From DateTime='01 Feb 2013'
Declare @To DateTime='28 Feb 2013 23:59:59'
Select
Case
When
(
...
0
votes
1answer
38 views
Alternate way for union to improve SQL Query
Please help me find another solution/block of code to get the same result but avoiding UNION.
Here is my code:
SELECT EQPID, "EVENTVAL" AS "EVENTVAL", SUM("20120501") AS "20120501", SUM("20120502") ...
0
votes
1answer
42 views
SQL script to check a value then if found increment a field by a value of 1
Im trying to write a script that will pull the information from a table called 'bookings', this contains a column that gives the length of each booking called 'hours'. Values in this column are shown ...
0
votes
0answers
24 views
Multiple Reference of a foreign key
I have the following three tables in mysql database named "THE_COLLEGE"
mysql> desc students;
+----------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | ...
1
vote
3answers
84 views
linux bash: reacting to -c and -[0-9] in a case
I'm trying to write a script that reacts to the -c input as a parameter. It should print the next parameter in uppercase.
The second one is an input of -[0-9] where you can give any number from 0 to ...
0
votes
1answer
45 views
sh regular expression with case statement
I tried to check my variable value with case statement and regular expression in sh script like the following code:
#!/bin/sh
test="test.1.testing"
case $test in
test.[5-9]+.testing) echo "value ...
1
vote
1answer
46 views
T-SQL CASE statement relies on another CASE statement in same SELECT query
I have a SELECT query where the result of the second CASE statement can depend on the result of the first CASE statement - something like:
SELECT ...,
CASE
WHEN ...
0
votes
1answer
36 views
Using a simple case statement in a procedure
As I was updating tables, I though to myself that my way is very cumbersome so I though of using a case statement. Although I would like to use it in a simple procedure, though thats where my problem ...
0
votes
3answers
42 views
sql update multiple rows with case in php
I am trying to update 11 rows at a time - cricket team (11 players) posted from a form page before, and then I want to update the first table called with these players. (The table includes player, ...
0
votes
2answers
45 views
SQL SELECT a value when it exists, otherwise populate a null value, multiple times
I want to select two values that are tied to a table and if they don't exist, populate a null value. But, I only want one row for each record. If I run the query below, the CASE statements create ...
0
votes
1answer
21 views
How to SELECT certain rows based on comparison of 2 columns in a MySQL Table
I have a table as follows:
id male female m_age f_age
1 bob jane 27 25
2 sam sue 29 31
3 fred barb 22 22
4 dave joan 30 28
I want to only return the name of the person ...
0
votes
5answers
60 views
top 1 case in select statement on TSQL [closed]
I am having problem on this query. How can I fix this:
select (select case top 1 STATUS
when 'Inprocess' then 'Processing'
when 'Inworkbin' then 'Waiting In Draft'
end
...
1
vote
1answer
41 views
Select double sum if value=true in another table
I'm not going into far details with my table structure, nor my query, which is kinda huge to be honest. I'll explain an extremely simple scenario where my problem applies:
Salesmen sell items. I am ...
0
votes
0answers
32 views
crm 2011 dialog behaving differently
I am using dialog to prompt questions to end user and using input information to raise case. The same dialog has two different product questions on their own page. Each page asks "Would you like you ...
0
votes
2answers
62 views
How to throw the exception in this case - c#
Well, I have a class that its constructor checks whether a file exists. If the file does not exist I throw a new exception.
The problem is that when the exception is thrown, the user can see all my ...



