![]() |
Interesting Query Results
Here is a query that produces total number of scenarios by year:
Code:
SELECT sYear, count(*) AS Total Code:
sYear Total |
Re: Interesting Query Results
So during play testing I wrote this query to find out about how many bicycles were in all the scenarios.
The query: Code:
select distinct ScenNum, sTitle from sData Here is the results: Code:
ScenNum sTitle If you ask I probably already wrote a sql for that or can help out. |
Re: Interesting Query Results
One last example for the day.
I just was curious how many scenarios contained the T-34/76 M1943. The Query: Code:
select distinct ScenNum, sTitle, uName from sData where uName like "%T-34/76 M1943%" and Nation = "Russia" Code:
ScenNum sTitle uName Okay one last sql to find all the scenarios that have the German's using captured T-34s: Code:
select distinct ScenNum, sTitle, uName from sData where uName like "%747(r)%" and Nation = "Germany" Code:
ScenNum sTitle uName |
Re: Interesting Query Results
This thread is win.
|
Re: Interesting Query Results
Wait, is the patch already out?
|
Re: Interesting Query Results
Quote:
|
Re: Interesting Query Results
Don just got a bit ahead of events. If all goes well it will be Tuesday April 2
|
All times are GMT -4. The time now is 12:43 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.