Click here to Skip to main content
15,887,444 members
Home / Discussions / Database
   

Database

 
QuestionSSRS - No of Rows per page Pin
berba22-Jan-14 19:50
berba22-Jan-14 19:50 
AnswerRe: SSRS - No of Rows per page Pin
Mycroft Holmes22-Jan-14 21:30
professionalMycroft Holmes22-Jan-14 21:30 
QuestionMS-Access finding unmatched records Pin
BennyCriziko22-Jan-14 5:31
BennyCriziko22-Jan-14 5:31 
AnswerRe: MS-Access finding unmatched records Pin
Eddy Vluggen22-Jan-14 8:42
professionalEddy Vluggen22-Jan-14 8:42 
GeneralRe: MS-Access finding unmatched records Pin
BennyCriziko22-Jan-14 9:26
BennyCriziko22-Jan-14 9:26 
GeneralRe: MS-Access finding unmatched records Pin
Eddy Vluggen24-Jan-14 9:50
professionalEddy Vluggen24-Jan-14 9:50 
AnswerRe: MS-Access finding unmatched records Pin
Chris Quinn22-Jan-14 20:40
Chris Quinn22-Jan-14 20:40 
QuestionHow to query data base with 3 different conditions Pin
VishwaKL21-Jan-14 22:50
VishwaKL21-Jan-14 22:50 
Hi Guys,

I have a condition that, I have to display data for all states with 3 different conditions like

i have a state column and i have to calculate count for judicial, non-judicial , and redemption these columns i have to display for each state how can i make it happen in a single query with good performance.
I have 3 different conditions to get count, so please help me
ex
HTML
<table border="1" cellpadding="3">
        <tr>
            <th>
                State
            </th>
            <th>
                Judicial
            </th>
            <th>
                Non-Judicial
            </th>
            <th>
                Redumtion
            </th>
        </tr>
        <tr>
            <td>
                AZ
            </td>
            <td>
                10
            </td>
            <td>
                01
            </td>
            <td>
                0
            </td>
        </tr>
        <tr>
            <td>
                CA
            </td>
            <td>
                12
            </td>
            <td>
                94
            </td>
            <td>
                04
            </td>
        </tr>
        <tr>
            <td>
                NV
            </td>
            <td>
                32
            </td>
            <td>
                04
            </td>
            <td>
                04
            </td>
        </tr>
        <tr>
            <td>
                QA
            </td>
            <td>
                32
            </td>
            <td>
                49
            </td>
            <td>
                04
            </td>
        </tr>
    </table>

AnswerRe: How to query data base with 3 different conditions Pin
Shameel21-Jan-14 23:32
professionalShameel21-Jan-14 23:32 
AnswerRe: How to query data base with 3 different conditions Pin
Richard Deeming22-Jan-14 1:49
mveRichard Deeming22-Jan-14 1:49 
GeneralRe: How to query data base with 3 different conditions Pin
VishwaKL22-Jan-14 18:55
VishwaKL22-Jan-14 18:55 
GeneralRe: How to query data base with 3 different conditions Pin
Richard Deeming23-Jan-14 1:32
mveRichard Deeming23-Jan-14 1:32 
QuestionRe: How to query data base with 3 different conditions Pin
Eddy Vluggen22-Jan-14 8:40
professionalEddy Vluggen22-Jan-14 8:40 
QuestionInput required..need help:recursive procedure & container logic Pin
ramina sen21-Jan-14 6:48
ramina sen21-Jan-14 6:48 
AnswerRe: Input required..need help:recursive procedure & container logic Pin
Eddy Vluggen21-Jan-14 6:57
professionalEddy Vluggen21-Jan-14 6:57 
AnswerRe: Input required..need help:recursive procedure & container logic Pin
Mycroft Holmes21-Jan-14 11:59
professionalMycroft Holmes21-Jan-14 11:59 
GeneralRe: Input required..need help:recursive procedure & container logic Pin
ramina sen22-Jan-14 7:04
ramina sen22-Jan-14 7:04 
Generaljoin query Pin
rushabhp21-Jan-14 0:05
rushabhp21-Jan-14 0:05 
QuestionRe: join query Pin
thatraja21-Jan-14 0:18
professionalthatraja21-Jan-14 0:18 
AnswerRe: join query Pin
rushabhp21-Jan-14 18:50
rushabhp21-Jan-14 18:50 
GeneralRe: join query Pin
King Fisher30-Jan-14 2:17
professionalKing Fisher30-Jan-14 2:17 
QuestionAccess 2007 Trying to get Report to break down Call Count within 3 consecutive time ranges. Pin
Member 1053318518-Jan-14 18:28
Member 1053318518-Jan-14 18:28 
AnswerRe: Access 2007 Trying to get Report to break down Call Count within 3 consecutive time ranges. Pin
Mycroft Holmes18-Jan-14 22:32
professionalMycroft Holmes18-Jan-14 22:32 
QuestionProper databse for a seatmap/multiple? Pin
Yhen Caisip18-Jan-14 3:05
Yhen Caisip18-Jan-14 3:05 
AnswerRe: Proper databse for a seatmap/multiple? Pin
Peter Leow18-Jan-14 3:25
professionalPeter Leow18-Jan-14 3:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.