Update page 'Useful SQL commands'

master
Rick Payton 7 年之前
父節點
當前提交
1efaef311c
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      Useful-SQL-commands.md

+ 2
- 1
Useful-SQL-commands.md

@@ -24,4 +24,5 @@ Get maxed out account titles first, sorted by rank, THEN by percentage over max
* to get the unmaxed account titles sorted, just flip the > to <
count maxed out titles from characters and accounts
* Character: SELECT COUNT(****) FROM gwcharstats WHERE percent >= 100 AND titlenameid != 27 AND charid = 20;
* Character: SELECT COUNT(\*) FROM gwcharstats WHERE percent >= 100 AND titlenameid != 27 AND charid = 20 AND accid = 1 AND userid = 1;
* Account: SELECT COUNT(\*) FROM gwaccstats WHERE percent >= 100 AND accid = 1 AND userid = 1;

Loading…
取消
儲存