We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
👋 Hi, I’m Matt
👀 Technical Data Analyst
🌱 Writer
💞️ UFOlogist
📫 R/SQL/Web
mattjcamp.com LinkedIn
A turn-based RPG system loosely inspired by classic D&D and Ultima games
TypeScript
Exploration of the NUFORC dataset that shows UFO/UAP reports up to December 2021
R 3
Painless QC analysis for big statistical tables
R
Facade for common database connections like SQL Server, Amazon Redshift, PostgresSQL and SQLite databases
-- SELECT WITH GROUP BY AND JOIN
SELECT
C.country,
C.team,
SUM(M.goals)
INSERT INTO TargetTable
SELECT * FROM SourceTable;
INSERT INTO Orders (CustomerID, OrderDate, TotalAmount)
VALUES
There was an error while loading. Please reload this page.