sql >> データベース >  >> RDS >> Sqlserver

SQL Server 2008 の同じテーブルでカウントとグループ化をセルフ結合で使用する方法は?

    select st_name, 
           count(*) as grp_cnt,
           (select count(distinct st_name) from your_table) as st_cnt
    from your_table
    group by st_name
    



    1. Oracleテーブル名で大文字と小文字を区別しないようにするにはどうすればよいですか?

    2. 'where句'の不明な列'Extent1.Discriminator'

    3. PythonのMySQL:UnicodeEncodeError:'ascii'

    4. to_numberOracleSQLの数値形式の動的長さ