It's just T-SQL. Are you asking about something beyond that? – Tim StoneJun 21 '12 at 20:54
2
Beyond that, a reference for all the special stuff might be useful as well. There's parameters, links, the site:// thing, magic columns and all that weird stuff. I think someone mentioned a graphing function once as well. – lunboksJun 21 '12 at 20:57
@Tim, that's the answer. I've never heard of TSQL. I was just trying to figure out how to write simple things like select (*) from Users where LastAccessDate >= (Now - 90) (active users in last 90 days), but have no idea what the correct function words are. – matt wilkieJun 21 '12 at 21:01
@lunboks Updated help documentation is forthcoming, I promise. :P – Tim StoneJun 21 '12 at 21:03
This site is intended for bugs, features, and discussion of Stack Overflow and the Stack Exchange Q&A engine. You must have an account on a Stack Exchange network website to participate.
site://thing, magic columns and all that weird stuff. I think someone mentioned a graphing function once as well. – lunboks Jun 21 '12 at 20:57select (*) from Users where LastAccessDate >= (Now - 90)(active users in last 90 days), but have no idea what the correct function words are. – matt wilkie Jun 21 '12 at 21:01