Search results

  1. C

    Counting Tables

    Hi, I am trying to get a count for the # of records in 5 queries by creating the count in one query, but the only way I can do that is if I create 5 additional queries for each count. Is there any way to use multiple count statements in SQL. Example: Query Q_Duplicates: SELECT COUNT(*) AS...
  2. C

    Chart that displays percentage & # of unmatched vs. matched records btw 2 tables

    Hello, I really need some help as soon as possible...I have two tables A & B, that share a primary key (emp#), I need to create a chart that shows the percentage & # of records that match & not match btw 2 tables. Ex: Table A contains a 1000 records & table B contains 400, I need my Pie chart...
Back
Top Bottom