Comment by BeefWellington
4 years ago
You've never authored a SQL query that does things like check special functions that don't exist in a table?
For example:
select @@version
4 years ago
You've never authored a SQL query that does things like check special functions that don't exist in a table?
For example:
select @@version
Seems easy enough to work around with a magic table name in this hypothetical future reworked dialect of SQL?
or