This website requires JavaScript.
Explore
Help
Sign In
filifa
/
lahmanlite
Watch
1
Star
0
Fork
You've already forked lahmanlite
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a18e2e8f4
lahmanlite
/
sql
/
pitching.sql
5 lines
99 B
MySQL
Raw
Normal View
History
Unescape
Escape
Drop league id columns
2024-01-26 20:03:29 +00:00
begin
;
alter
table
pitching
drop
column
"
lgID
"
;
drop team column
2024-01-30 03:43:52 +00:00
alter
table
pitching
drop
column
"
teamID
"
;
Drop league id columns
2024-01-26 20:03:29 +00:00
commit
;