GitHub

SQL Table Name Parser

Regular Expressions are not full proof solution for extracting table names from SQL queries... As tons of things has to be considered, which would be trickier to express in RegX, and would break out ...
Notifications You must be signed in to change notification settings Relational Databases: Databases that organize information into one or more tables. Table: A collection of data organized into rows ...